Skip to content

Commit 0d75094

Browse files
committed
Revert "测试 CI"
This reverts commit ff1b280.
1 parent 7f92fe2 commit 0d75094

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test-qemu.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,10 @@ jobs:
4747
img_name="qemu-${{ matrix.arch }}"
4848
sed -i 's|^kernel_path[[:space:]]*=.*|kernel_path = "/tmp/axvisor/'"$img"'/'"$img_name"'"|' "$config"
4949
echo "Updated kernel_path in $config"
50-
if [ -f "/tmp/axvisor/$img/rootfs.img" ]; then
51-
ROOTFS_DIR="/tmp/axvisor/$img"
52-
echo "ROOTFS_DIR=$ROOTFS_DIR" >> $GITHUB_ENV
53-
echo "Found rootfs.img at /tmp/axvisor/$img/, exported ROOTFS_DIR=$ROOTFS_DIR"
54-
fi
5550
done
5651
5752
- name: Run tests
5853
run: |
59-
export ROOTFS_DIR="${{ env.ROOTFS_DIR }}"
60-
echo $ROOTFS_DIR
6154
export RUST_LOG=debug
6255
cargo xtask qemu \
6356
--build-config configs/board/qemu-${{ matrix.arch }}.toml \

0 commit comments

Comments
 (0)