mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
ci: adapt template name for Lima v2.0
This commit is contained in:
parent
8983b90478
commit
63ab5edbc9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
|
@ -1269,7 +1269,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=4 --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
|
||||
- run: rsync -v -a -e ssh . lima-default:~/work/
|
||||
- name: Setup Rust and other build deps in VM
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/GnuTests.yml
vendored
2
.github/workflows/GnuTests.yml
vendored
|
|
@ -197,7 +197,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=4 --disk=40 --memory=8 --network=lima:user-v2 template://fedora
|
||||
run: limactl start --plain --name=default --cpus=4 --disk=40 --memory=8 --network=lima:user-v2 template:fedora
|
||||
- name: Verify SELinux Status and Configuration
|
||||
run: |
|
||||
lima getenforce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue