Commit fb7ccb2 1 parent 878a7a7 commit fb7ccb2 Copy full SHA for fb7ccb2
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 35
35
img_distro : ubuntu
36
36
img_rel : noble
37
37
arch : [x86_64]
38
- run_opts : [--cxl-test --ndctl-build]
38
+ run_opts : [--cxl-test-run --ndctl-build]
39
39
40
40
steps :
41
41
- uses : actions/checkout@v4
55
55
sudo apt install -y mkosi # this one pulls A LOT
56
56
sudo apt install -y dracut-core qemu-utils ovmf mtools
57
57
pip3 install qemu.qmp
58
+ usermod -a -G kvm $(id -u -n)
58
59
59
60
- name : mkosi v20 fixes
60
61
if : matrix.cfg.os == 'ubuntu-24.04'
@@ -157,7 +158,7 @@ jobs:
157
158
PATH=/usr/lib/ccache:"$PATH" \
158
159
distro=${{ matrix.cfg.img_distro }} rev=${{ matrix.cfg.img_rel }} \
159
160
ndctl='${{ github.workspace }}'/ndctl \
160
- ../run_qemu/run_qemu.sh -v --no-run ${{ matrix.run_opts }}
161
+ ../run_qemu/run_qemu.sh -v ${{ matrix.run_opts }}
161
162
162
163
- name : ccache stats post build
163
164
run : |
You can’t perform that action at this time.
0 commit comments