parent
619f6cba52
commit
e832e32d52
6
.github/workflows/build_and_test.yml
vendored
6
.github/workflows/build_and_test.yml
vendored
@ -216,7 +216,7 @@ jobs:
|
|||||||
MAIN_LLVM_VERSION: 20
|
MAIN_LLVM_VERSION: 20
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
with:
|
with:
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
@ -498,8 +498,8 @@ jobs:
|
|||||||
fuzzer:
|
fuzzer:
|
||||||
# Full-system
|
# Full-system
|
||||||
- ./fuzzers/full_system/qemu_baremetal
|
- ./fuzzers/full_system/qemu_baremetal
|
||||||
- ./fuzzers/full_system/qemu_linux_kernel
|
# - ./fuzzers/full_system/qemu_linux_kernel
|
||||||
- ./fuzzers/full_system/qemu_linux_process
|
# - ./fuzzers/full_system/qemu_linux_process
|
||||||
|
|
||||||
runs-on: [ self-hosted, qemu ]
|
runs-on: [ self-hosted, qemu ]
|
||||||
container: registry.gitlab.com/qemu-project/qemu/qemu/ubuntu2204:latest
|
container: registry.gitlab.com/qemu-project/qemu/qemu/ubuntu2204:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user