We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8f057 commit a24563cCopy full SHA for a24563c
1 file changed
.github/workflows/GnuTests.yml
@@ -79,8 +79,9 @@ jobs:
79
shell: bash
80
run: |
81
## Install dependencies
82
+ ## Check that libselinux is optional for build-gnu.sh by installing libselinux only on lima
83
sudo apt-get update
- 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
85
- name: Add various locales
86
87
0 commit comments