Skip to content

Commit 42a5f51

Browse files
Norbert Schneiderfmeum
authored andcommitted
Remove JDK debug output in workflows
1 parent 3b40a06 commit 42a5f51

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838
cp -L bazel-bin/agent/src/main/java/com/code_intelligence/jazzer/replay/Replayer_deploy.jar replayer.jar
3939
cp -L bazel-bin/jazzer_release.tar.gz release-${{ matrix.arch }}.tar.gz
4040
41-
- name: Print JDK used
42-
if: matrix.os != 'windows-2016'
43-
run: cat $(bazel info execution_root)/external/local_jdk/BUILD.bazel | grep java_home
44-
4541
- name: Upload replayer
4642
uses: actions/upload-artifact@v2
4743
with:

.github/workflows/run-all-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ jobs:
5353
- name: Test
5454
run: bazelisk test ${{env.BUILD_BUDDY_CONFIG}} --java_runtime_version=local_jdk_${{ matrix.jdk }} --disk_cache=${{ matrix.cache }} ${{ matrix.bazel_args }} //...
5555

56-
- name: Print JDK used
57-
if: matrix.os != 'windows-latest'
58-
run: cat $(bazel info execution_root)/external/local_jdk/BUILD.bazel | grep java_home
59-
6056
- name: Upload test logs
6157
if: always()
6258
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)