Skip to content

Commit 7639ba7

Browse files
authored
Fix fuchsia platform triple (#2945)
This change aligns with rust-lang/rust#130661 and addresses issues with `crate_universe` in newer versions of Rust.
1 parent 45cd3f2 commit 7639ba7

File tree

1,136 files changed

+7104
-6644
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,136 files changed

+7104
-6644
lines changed

.bazelci/presubmit.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -786,17 +786,18 @@ tasks:
786786
- "@rules_rust//tools/rust_analyzer:gen_rust_project"
787787
test_targets:
788788
- "//..."
789-
windows_bzlmod_bcr:
790-
name: bzlmod BCR presubmit
791-
platform: windows
792-
working_directory: examples/bzlmod/hello_world
793-
test_flags: *bzlmod_flags
794-
run_targets:
795-
- "//third-party:vendor"
796-
build_targets:
797-
- "@rules_rust//tools/rust_analyzer:gen_rust_project"
798-
test_targets:
799-
- "//..."
789+
# TODO: https://github.com/bazelbuild/rules_rust/issues/2878
790+
# windows_bzlmod_bcr:
791+
# name: bzlmod BCR presubmit
792+
# platform: windows
793+
# working_directory: examples/bzlmod/hello_world
794+
# test_flags: *bzlmod_flags
795+
# run_targets:
796+
# - "//third-party:vendor"
797+
# build_targets:
798+
# - "@rules_rust//tools/rust_analyzer:gen_rust_project"
799+
# test_targets:
800+
# - "//..."
800801
ubuntu2004_bzlmod_plus_repo_names_bcr:
801802
name: bzlmod BCR presubmit w/ incompatible flags
802803
# A newer version than is specified in the .bazel_version file is needed for

bindgen/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.annotate-snippets-0.9.2.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.anstream-0.6.15.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.anstyle-1.0.8.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.anstyle-parse-0.2.5.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.anstyle-query-1.1.1.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.anstyle-wincon-3.0.4.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.bindgen-0.70.1.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.bitflags-2.6.0.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.cexpr-0.6.0.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.clang-sys-1.8.1.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/3rdparty/crates/BUILD.clap-4.5.17.bazel

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)