Add a script to run CI for the new x64 backend (#2215)
Co-authored-by: Andrew Brown <andrew.brown@intel.com>
This commit is contained in:
17
ci/run-experimental-x64-ci.sh
Executable file
17
ci/run-experimental-x64-ci.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
cargo +nightly \
|
||||
-Zfeatures=all -Zpackage-features \
|
||||
test \
|
||||
--features test-programs/test_programs \
|
||||
--features experimental_x64 \
|
||||
--all \
|
||||
--exclude wasmtime-lightbeam \
|
||||
--exclude peepmatic \
|
||||
--exclude peepmatic-automata \
|
||||
--exclude peepmatic-fuzzing \
|
||||
--exclude peepmatic-macro \
|
||||
--exclude peepmatic-runtime \
|
||||
--exclude peepmatic-test \
|
||||
--exclude peepmatic-souper \
|
||||
--exclude lightbeam
|
||||
Reference in New Issue
Block a user