Skip to content

Commit

Permalink
more bazelrc fixes
Browse files Browse the repository at this point in the history
Move --java_runtime_version=remotejdk_11 to test only as this is
the only place it is needed and it conflicts with the Android
toolchain during real builds.

Signed-off-by: Matt Klein <mklein@bitdrift.io>
  • Loading branch information
mattklein123 committed Aug 29, 2024
1 parent 33db5ac commit 52d873a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
common --experimental_allow_tags_propagation
common --java_runtime_version=remotejdk_11

mobile-install --config=android

Expand Down Expand Up @@ -53,7 +52,7 @@ build:compdb --config=noclippy

build:noclippy --output_groups=-clippy_checks

test --test_env=RUST_BACKTRACE=full
test --test_env=RUST_BACKTRACE=full --java_runtime_version=remotejdk_11

# Shared configuration for all CI tasks.
build:ci --config=clippy
Expand Down

0 comments on commit 52d873a

Please sign in to comment.