Skip to content

Commit 895b830

Browse files
committed
chore(build): Update for rustc nightly
1 parent 4c43fdc commit 895b830

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ VOLUME = { value = "/Volumes/BOOT", condition = { env_not_set = ["VOLUME"] } }
7070
# Flows that start directly in the member crate, must manually extend the workspace
7171
# level makefile using the `extend` keyword.
7272
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
73-
# Build rust stdlib locally
74-
RUST_STD = "-Zbuild-std=compiler_builtins,core,alloc -Zbuild-std-features=compiler-builtins-mem"
73+
# Build rust stdlib locally (TODO: expand this var to collectively include other nightly flags)
74+
RUST_STD = "-Zjson-target-spec -Zbuild-std=compiler_builtins,core,alloc -Zbuild-std-features=compiler-builtins-mem"
7575
TARGET_JSON = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/targets/${TARGET}.json"
7676
DEVICE_FEATURES = "noserial"
7777
QEMU_FEATURES = "qemu"

0 commit comments

Comments
 (0)