Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca committed Nov 23, 2022
1 parent 6ed4c11 commit 32df61d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ jobs:

env:
TSAN_OPTIONS: "halt_on_error=1 suppressions=scripts/tests/chiptest/tsan-linux-suppressions.txt"
JAVA_PATH: /usr/lib/jvm/java-8-openjdk-amd64

if: github.actor != 'restyled-io[bot]'
runs-on: ubuntu-latest
Expand All @@ -428,8 +429,6 @@ jobs:
uses: actions/checkout@v2
- name: Checkout submodules
run: scripts/checkout_submodules.py --shallow --platform linux
- name: Setup Environment
run: export JAVA_PATH=/usr/lib/jvm/java-8-openjdk-amd64
- name: Try to ensure the directories for core dumping exist and we
can write them.
run: |
Expand Down
2 changes: 2 additions & 0 deletions build/chip/java/config.gni
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# limitations under the License.

java_path = getenv("JAVA_PATH")
print("yujuan:java_path:")
print(java_path)
declare_args() {
java_matter_controller_dependent_paths = []
build_java_matter_controller = false
Expand Down

0 comments on commit 32df61d

Please sign in to comment.