Skip to content

Commit 18eba7f

Browse files
committed
ci: replace xbuild with build-std
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
1 parent a30e88f commit 18eba7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
- uses: dtolnay/rust-toolchain@nightly
100100
with:
101101
components: rust-src, llvm-tools
102-
- name: "Install cargo-xbuild"
103-
run: cargo install cargo-xbuild --debug --root binaries
104102
- name: "Install bootimage"
105103
run: cargo install bootimage --debug --root binaries
106104

@@ -128,7 +126,7 @@ jobs:
128126
run: qemu-system-x86_64 --version
129127

130128
- name: "Run Test Framework"
131-
run: cargo xtest
129+
run: cargo test -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem
132130
shell: bash
133131
working-directory: "testing"
134132

0 commit comments

Comments
 (0)