File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if [ -n "${QEMU:-}" ]; then
51
51
cargo build \
52
52
--manifest-path libc-test/Cargo.toml \
53
53
--target " $target " \
54
- --test main ${LIBC_CI_ZBUILD_STD+" -Zbuild-std" }
54
+ --test main ${LIBC_CI_ZBUILD_STD+" -Zbuild-std=core " }
55
55
rm " ${CARGO_TARGET_DIR} /${target} " /debug/main-* .d
56
56
cp " ${CARGO_TARGET_DIR} /${target} " /debug/main-* " ${tmpdir} " /mount/libc-test
57
57
# shellcheck disable=SC2016
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ test_target() {
48
48
49
49
if [ " ${no_dist} " != " 0" ]; then
50
50
# If we can't download a `core`, we need to build it
51
- cmd=" $cmd -Zbuild-std=core,alloc "
51
+ cmd=" $cmd -Zbuild-std=core"
52
52
53
53
# FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings.
54
54
RUSTFLAGS=" ${RUSTFLAGS:- } -Aimproper_ctypes_definitions"
You can’t perform that action at this time.
0 commit comments