Skip to content

Commit 38d10c2

Browse files
authored
Merge pull request #30387 from travisdowns/td-revert-wasmtime42
Revert "bazel/wasm: upgrade wasmtime from 32.0.0 to 42.0.2"
2 parents a6b523f + 6116d3a commit 38d10c2

7 files changed

Lines changed: 1080 additions & 893 deletions

File tree

.bazelrc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,6 @@ build --@rules_go//go/config:pure
3535
build:gofips --//bazel:gofips=True --@rules_go//go/toolchain:sdk_name=go_sdk_with_systemcrypto
3636
build:gofips --@rules_go//go/config:pure=false
3737

38-
#################
39-
# Rust settings #
40-
#################
41-
42-
# Use rules_rust's Rust-side allocator_library that defines the
43-
# mangled `__rustc::*` allocator shim symbols (rust_alloc,
44-
# rust_dealloc, etc.). The default cc_allocator_library predates the
45-
# allocator-symbol mangling in rustc 1.87+ and leaves those symbols
46-
# undefined when a Rust staticlib is linked into a cc_binary via
47-
# cc_common.link. See bazelbuild/rules_rust#3459.
48-
build --@rules_rust//rust/settings:experimental_use_allocator_libraries_with_mangled_symbols=True
49-
50-
# end of rust settings #
51-
5238
# Improve caching and readability of filepaths that the compiler uses by not using
5339
# absolute paths, and instead use paths that are relative to the redpanda repo.
5440
# https://github.com/bazel-contrib/toolchains_llvm/pull/445#issuecomment-2605443516

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ rust.toolchain(
351351
"aarch64-unknown-linux-gnu",
352352
"x86_64-unknown-linux-gnu",
353353
],
354-
versions = ["1.91.0"],
354+
versions = ["1.86.0"],
355355
)
356356
use_repo(rust, "rust_toolchains")
357357

MODULE.bazel.lock

Lines changed: 660 additions & 530 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)