Skip to content

Commit

Permalink
More fixes for breakages with Bazel@HEAD (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Sep 13, 2024
1 parent b3cd192 commit 93c1d5a
Showing 6 changed files with 8 additions and 13,026 deletions.
2 changes: 2 additions & 0 deletions .bazelci/android.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ common:
working_directory: ../android/firebase-cloud-messaging
build_targets:
- "//app:app"
skip_in_bazel_downstream_pipeline: "https://github.com/bazelbuild/examples/issues/487"
android-ndk: &android-ndk
name: "Android NDK"
working_directory: ../android/ndk
@@ -14,6 +15,7 @@ common:
- "--enable_bzlmod"
build_targets:
- "//app/src/main:app"
skip_in_bazel_downstream_pipeline: "https://github.com/bazelbuild/examples/issues/501"
android-jetpack: &android-jetpack
name: "Android Jetpack Compose"
# Cannot upgrade this until rules_kotlin is compatible.
1 change: 1 addition & 0 deletions query-quickstart/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bazel_dep(name = "rules_java", version = "7.11.1")
2 changes: 2 additions & 0 deletions rust-examples/05-deps-cargo/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ module(
# https://github.com/bazelbuild/rules_rust/releases
bazel_dep(name = "rules_rust", version = "0.47.1")

bazel_dep(name = "bazel_skylib", version = "1.7.1")

# Rust toolchain
RUST_EDITION = "2021"

Loading

0 comments on commit 93c1d5a

Please sign in to comment.