Skip to content

Commit a24563c

Browse files
authored
GnuTests.yml: Install libselinux only on lima
1 parent 4d8f057 commit a24563c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/GnuTests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ jobs:
7979
shell: bash
8080
run: |
8181
## Install dependencies
82+
## Check that libselinux is optional for build-gnu.sh by installing libselinux only on lima
8283
sudo apt-get update
83-
sudo apt-get install -y autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev libselinux1-dev attr quilt
84+
sudo apt-get install -y autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev attr quilt
8485
- name: Add various locales
8586
shell: bash
8687
run: |

0 commit comments

Comments
 (0)