diff options
| author | 2025-08-28 14:57:35 -0400 | |
|---|---|---|
| committer | 2025-08-28 14:59:00 -0400 | |
| commit | d38b42b6e3a215afce9b237a21e6542493b0682d (patch) | |
| tree | 2f17d0cef3d1b63f7a96c0513948fe6636b05df1 /teams/eln/wsl.xml | |
| parent | 39b379f7d9922bf067f267f430ca1092f8cd1a08 (diff) | |
| download | kiwi-descriptions-d38b42b6e3a215afce9b237a21e6542493b0682d.tar.gz kiwi-descriptions-d38b42b6e3a215afce9b237a21e6542493b0682d.zip | |
eln/wsl: drop the SELinux packages from the ELN WSL image
WSL does not support SELinux, so at best it's pointless to install. This
also actively breaks WSL 1 users, although I don't think we should
suggest that we support that, and if the policy on the builder doesn't
match the target things break during the build.
It also reduced the build time from ~80 seconds to ~70 seconds for me,
so that's nice.
See: 39b379f7d ("wsl: drop the SELinux packages from the WSL base image")
Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
Diffstat (limited to 'teams/eln/wsl.xml')
| -rw-r--r-- | teams/eln/wsl.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/teams/eln/wsl.xml b/teams/eln/wsl.xml index d6e1fba..6918bb3 100644 --- a/teams/eln/wsl.xml +++ b/teams/eln/wsl.xml @@ -15,9 +15,7 @@ <package name="dnf5"/> <package name="dnf5-plugins"/> <package name="fedora-release-eln"/> - <package name="policycoreutils"/> <package name="rpm"/> - <package name="selinux-policy-targeted"/> </packages> <packages type="image" patternType="plusRecommended" profiles="WSL-Base"> <package name="attr"/> |