File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
crate_universe_local_path
nix_cross_compiling/bazel/platforms Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ build --incompatible_merge_fixed_and_default_shell_env
62
62
# https://github.com/bazelbuild/bazel/issues/23043.
63
63
build --incompatible_autoload_externally=
64
64
65
+ common --incompatible_disable_native_repo_rules
66
+
65
67
###############################################################################
66
68
## Bzlmod
67
69
###############################################################################
Original file line number Diff line number Diff line change
1
+ load ("@bazel_tools//tools/build_defs/repo:local.bzl" , "local_repository" )
2
+
1
3
local_repository (
2
4
name = "rules_rust" ,
3
5
path = "../../" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package(default_visibility = ["//visibility:public"])
4
4
platform (
5
5
name = "host" ,
6
6
constraint_values = ["@platforms//os:nixos" ],
7
- parents = ["@local_config_platform//: host" ],
7
+ parents = ["@platforms// host" ],
8
8
)
9
9
10
10
# Platforms
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ register_toolchains(
17
17
"@zig_sdk//toolchain:linux_arm64_gnu.2.28" ,
18
18
)
19
19
20
+ load ("@bazel_tools//tools/build_defs/repo:local.bzl" , "local_repository" )
21
+
20
22
local_repository (
21
23
name = "rules_rust" ,
22
24
path = "../.." ,
You can’t perform that action at this time.
0 commit comments