.github/workflows/CICD.yml: Speed up Build/SELinux

We can at least use 4 cores instead of 1.
This commit is contained in:
Nicolas Boichat
2025-07-25 01:04:27 +08:00
parent 07b68ee0da
commit e0eda096a1
+1 -1
View File
@@ -1184,7 +1184,7 @@ jobs:
path: ~/.cache/lima
key: lima-${{ steps.lima-actions-setup.outputs.version }}
- name: Start Fedora VM with SELinux
run: limactl start --plain --name=default --cpus=1 --disk=30 --memory=4 --network=lima:user-v2 template://fedora
run: limactl start --plain --name=default --cpus=4 --disk=30 --memory=4 --network=lima:user-v2 template://fedora
- name: Setup SSH
uses: lima-vm/lima-actions/ssh@v1
- run: rsync -v -a -e ssh . lima-default:~/work/