Skip to content

Commit

Permalink
Remove JDK debug output in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bertschneider authored and fmeum committed Apr 28, 2022
1 parent 3b40a06 commit 42a5f51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
cp -L bazel-bin/agent/src/main/java/com/code_intelligence/jazzer/replay/Replayer_deploy.jar replayer.jar
cp -L bazel-bin/jazzer_release.tar.gz release-${{ matrix.arch }}.tar.gz
- name: Print JDK used
if: matrix.os != 'windows-2016'
run: cat $(bazel info execution_root)/external/local_jdk/BUILD.bazel | grep java_home

- name: Upload replayer
uses: actions/upload-artifact@v2
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ jobs:
- name: Test
run: bazelisk test ${{env.BUILD_BUDDY_CONFIG}} --java_runtime_version=local_jdk_${{ matrix.jdk }} --disk_cache=${{ matrix.cache }} ${{ matrix.bazel_args }} //...

- name: Print JDK used
if: matrix.os != 'windows-latest'
run: cat $(bazel info execution_root)/external/local_jdk/BUILD.bazel | grep java_home

- name: Upload test logs
if: always()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 42a5f51

Please sign in to comment.