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.
2 parents 0ebae3f + be97c2d commit 5bb3e34Copy full SHA for 5bb3e34
.github/workflows/ci.yml
@@ -261,6 +261,8 @@ jobs:
261
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package loopback qemu ${{ matrix.flags }}
262
env:
263
HERMIT_IP: 127.0.0.1
264
+ - run: cargo clean
265
+ working-directory: .
266
- run: FIRECRACKER=$HOME/.local/bin/firecracker cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --no-default-features firecracker --sudo
267
if: matrix.arch == 'x86_64'
268
- run: FIRECRACKER=$HOME/.local/bin/firecracker cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --no-default-features --smp 4 firecracker --sudo
0 commit comments