Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_task:
- TEST_OS: fedora-42
- TEST_OS: centos-9-stream

fix_kvm_script: sudo chmod 666 /dev/kvm
accel_check_script: sudo chmod 666 /dev/kvm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note the "fix_kvm" or "accel_check" isn't magic at all. That's just to label the scripts. Only _script is magic. so this is a no-op. The thing is that sudo doesn't work any more, or /dev/kvm has wrong permissions (root:pcp 0600)


# test PO template generation
pot_build_script: make po/starter-kit.pot
Expand Down