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 9f708e6 commit 6a1ee22Copy full SHA for 6a1ee22
.github/workflows/GnuTests.yml
@@ -72,10 +72,6 @@ jobs:
72
git submodule sync --recursive
73
git config submodule.gnulib.url https://github.com/coreutils/gnulib.git
74
git submodule update --init --recursive --depth 1
75
- # Backport auto-skip for SELinux progs
76
- # Drop this at coreutils 9.9
77
- curl https://github.com/coreutils/coreutils/commit/8ba47d09a33f0740e071a8394f3504e0fb57948e.patch -o skip-selinux.patch
78
- patch -Np1 -i skip-selinux.patch
79
working-directory: gnu
80
81
#### Build environment setup without libselinux
0 commit comments