Skip to content

Commit

Permalink
ci: don't build //launcher/android:jazzer_android
Browse files Browse the repository at this point in the history
We should add this again to the CI after fixing the issues with
setting up the Android SDK
  • Loading branch information
kyakdan committed Aug 14, 2024
1 parent 9792894 commit 9be6f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-all-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- jdk: 21
# Workaround for https://github.com/bazelbuild/bazel/issues/14502
extra_bazel_args: "--jvmopt=-Djava.security.manager=allow"
- os: ubuntu-22.04
arch: "linux"
bazel_args: "//launcher/android:jazzer_android"
# - os: ubuntu-22.04
# arch: "linux"
# bazel_args: "//launcher/android:jazzer_android"
- os: ubuntu-22.04
# Use JDK 8 only on Ubuntu in PRs.
jdk: 8
Expand Down

0 comments on commit 9be6f79

Please sign in to comment.