Skip to content

Commit

Permalink
Disable cc_toolchain_resolution (#20)
Browse files Browse the repository at this point in the history
This should unblock LTS cut of Bazel.

Related to: #21
  • Loading branch information
comius authored Sep 21, 2022
1 parent 59f9694 commit 48bf74c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ platforms:
environment:
ANDROID_NDK_HOME: /opt/android-ndk-r25b
build_flags:
- "--noincompatible_enable_cc_toolchain_resolution"
- "--fat_apk_cpu=arm64-v8a,x86"
- "--android_crosstool_top=@androidndk//:toolchain"
build_targets:
Expand All @@ -15,6 +16,7 @@ platforms:
environment:
ANDROID_NDK_HOME: /Users/buildkite/android-ndk-r25b
build_flags:
- "--noincompatible_enable_cc_toolchain_resolution"
- "--fat_apk_cpu=arm64-v8a,x86"
- "--android_crosstool_top=@androidndk//:toolchain"
build_targets:
Expand Down

0 comments on commit 48bf74c

Please sign in to comment.