File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,6 @@ git checkout "$(rustc -V | cut -d' ' -f3 | tr -d '(')"
13
13
git -c user.name=Dummy -c user.email=dummy@example.com -c commit.gpgSign=false \
14
14
am ../patches/* -stdlib-* .patch
15
15
16
- git apply - << EOF
17
- diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml
18
- index d95b5b7f17f..00b6f0e3635 100644
19
- --- a/library/alloc/Cargo.toml
20
- +++ b/library/alloc/Cargo.toml
21
- @@ -8,7 +8,7 @@ edition = "2018"
22
-
23
- [dependencies]
24
- core = { path = "../core" }
25
- -compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std'] }
26
- +compiler_builtins = { version = "0.1.66", features = ['rustc-dep-of-std', 'no-asm'] }
27
-
28
- [dev-dependencies]
29
- rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
30
- rand_xorshift = "0.3.0"
31
- EOF
32
-
33
16
cat > config.toml << EOF
34
17
change-id = 115898
35
18
@@ -49,9 +32,6 @@ verbose-tests = false
49
32
EOF
50
33
popd
51
34
52
- # FIXME remove once inline asm is fully supported
53
- export RUSTFLAGS=" $RUSTFLAGS --cfg=rustix_use_libc"
54
-
55
35
export CFG_VIRTUAL_RUST_SOURCE_BASE_DIR=" $( cd build/stdlib; pwd) "
56
36
57
37
# Allow the testsuite to use llvm tools
You can’t perform that action at this time.
0 commit comments