We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xbuild
build-std
1 parent a30e88f commit 18eba7fCopy full SHA for 18eba7f
.github/workflows/build.yml
@@ -99,8 +99,6 @@ jobs:
99
- uses: dtolnay/rust-toolchain@nightly
100
with:
101
components: rust-src, llvm-tools
102
- - name: "Install cargo-xbuild"
103
- run: cargo install cargo-xbuild --debug --root binaries
104
- name: "Install bootimage"
105
run: cargo install bootimage --debug --root binaries
106
@@ -128,7 +126,7 @@ jobs:
128
126
run: qemu-system-x86_64 --version
129
127
130
- name: "Run Test Framework"
131
- run: cargo xtest
+ run: cargo test -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem
132
shell: bash
133
working-directory: "testing"
134
0 commit comments