Skip to content

Commit dba01b9

Browse files
committed
some bootstrap stuff
1 parent 42b098b commit dba01b9

File tree

24 files changed

+153
-50
lines changed

24 files changed

+153
-50
lines changed

examples/cross_compile_nix/bazel/toolchains/rust/aarch64-apple-darwin/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rust_toolchain(
1818
extra_rustc_flags = [
1919
"-Clinker-flavor=ld64.lld",
2020
],
21+
process_wrapper = "@rules_rust//util/process_wrapper",
2122
rust_doc = "@nix_rust//:rustdoc",
2223
rust_std = "@nix_rust//:rust_std-aarch64-apple-darwin",
2324
rustc = "@nix_rust//:rustc",

examples/cross_compile_nix/bazel/toolchains/rust/aarch64-apple-ios/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rust_toolchain(
1818
extra_rustc_flags = [
1919
"-Clinker-flavor=ld64.lld",
2020
],
21+
process_wrapper = "@rules_rust//util/process_wrapper",
2122
rust_doc = "@nix_rust//:rustdoc",
2223
rust_std = "@nix_rust//:rust_std-aarch64-apple-ios",
2324
rustc = "@nix_rust//:rustc",

examples/cross_compile_nix/bazel/toolchains/rust/aarch64-linux-android/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rust_toolchain(
1111
exec_triple = "x86_64-unknown-nixos-gnu",
1212
extra_exec_rustc_flags = [],
1313
extra_rustc_flags = [],
14+
process_wrapper = "@rules_rust//util/process_wrapper",
1415
rust_doc = "@nix_rust//:rustdoc",
1516
rust_std = "@nix_rust//:rust_std-aarch64-linux-android",
1617
rustc = "@nix_rust//:rustc",

examples/cross_compile_nix/bazel/toolchains/rust/aarch64-unknown-linux-gnu/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rust_toolchain(
1111
exec_triple = "x86_64-unknown-nixos-gnu",
1212
extra_exec_rustc_flags = [],
1313
extra_rustc_flags = [],
14+
process_wrapper = "@rules_rust//util/process_wrapper",
1415
rust_doc = "@nix_rust//:rustdoc",
1516
rust_std = "@nix_rust//:rust_std-aarch64-unknown-linux-gnu",
1617
rustc = "@nix_rust//:rustc",

examples/cross_compile_nix/bazel/toolchains/rust/wasm32-unknown-unknown/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rust_toolchain(
1111
exec_triple = "x86_64-unknown-nixos-gnu",
1212
extra_exec_rustc_flags = [],
1313
extra_rustc_flags = [],
14+
process_wrapper = "@rules_rust//util/process_wrapper",
1415
rust_doc = "@nix_rust//:rustdoc",
1516
rust_std = "@nix_rust//:rust_std-wasm32-unknown-unknown",
1617
rustc = "@nix_rust//:rustc",

examples/cross_compile_nix/bazel/toolchains/rust/wasm32-wasip1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rust_toolchain(
1111
exec_triple = "x86_64-unknown-nixos-gnu",
1212
extra_exec_rustc_flags = [],
1313
extra_rustc_flags = [],
14+
process_wrapper = "@rules_rust//util/process_wrapper",
1415
rust_doc = "@nix_rust//:rustdoc",
1516
rust_std = "@nix_rust//:rust_std-wasm32-wasip1",
1617
rustc = "@nix_rust//:rustc",

examples/cross_compile_nix/bazel/toolchains/rust/x86_64-apple-darwin/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rust_toolchain(
1818
extra_rustc_flags = [
1919
"-Clinker-flavor=ld64.lld",
2020
],
21+
process_wrapper = "@rules_rust//util/process_wrapper",
2122
rust_doc = "@nix_rust//:rustdoc",
2223
rust_std = "@nix_rust//:rust_std-x86_64-apple-darwin",
2324
rustc = "@nix_rust//:rustc",

examples/cross_compile_nix/bazel/toolchains/rust/x86_64-pc-windows-msvc/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rust_toolchain(
1111
exec_triple = "x86_64-unknown-nixos-gnu",
1212
extra_exec_rustc_flags = [],
1313
extra_rustc_flags = [],
14+
process_wrapper = "@rules_rust//util/process_wrapper",
1415
rust_doc = "@nix_rust//:rustdoc",
1516
rust_std = "@nix_rust//:rust_std-x86_64-pc-windows-msvc",
1617
rustc = "@nix_rust//:rustc",

examples/cross_compile_nix/bazel/toolchains/rust/x86_64-unknown-linux-gnu/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rust_toolchain(
1111
exec_triple = "x86_64-unknown-nixos-gnu",
1212
extra_exec_rustc_flags = [],
1313
extra_rustc_flags = [],
14+
process_wrapper = "@rules_rust//util/process_wrapper",
1415
rust_doc = "@nix_rust//:rustdoc",
1516
rust_std = "@nix_rust//:rust_std-x86_64-unknown-linux-gnu",
1617
rustc = "@nix_rust//:rustc",

examples/cross_compile_nix/bazel/toolchains/rust/x86_64-unknown-nixos-gnu/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rust_toolchain(
1111
exec_triple = "x86_64-unknown-nixos-gnu",
1212
extra_exec_rustc_flags = [],
1313
extra_rustc_flags = [],
14+
process_wrapper = "@rules_rust//util/process_wrapper",
1415
rust_doc = "@nix_rust//:rustdoc",
1516
rust_std = "@nix_rust//:rust_std-x86_64-unknown-linux-gnu",
1617
rustc = "@nix_rust//:rustc",

0 commit comments

Comments
 (0)