From 5d5219566f132f22166d56456ca79dace80c294c Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 18 Feb 2026 11:21:07 -0700 Subject: [PATCH] emoved the openssl-11 removal workaround from the Solus eopkg workflow, so the container build now goes directly from eopkg update-repo -y to installing ypkg/git, avoiding the package-removal cascade that can break eopkg --- .github/workflows/solus-eopkg-build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/solus-eopkg-build.yml b/.github/workflows/solus-eopkg-build.yml index 03eab200..bca257bc 100644 --- a/.github/workflows/solus-eopkg-build.yml +++ b/.github/workflows/solus-eopkg-build.yml @@ -62,11 +62,6 @@ jobs: sh -lc ' set -euo pipefail eopkg update-repo -y - # Some Solus base images still include openssl-11, which now - # conflicts with openssl during dependency upgrades. - if eopkg li | grep -q "^openssl-11\b"; then - eopkg rm -y openssl-11 - fi eopkg install -y ypkg git ypkg build "$PACKAGE_YML" mkdir -p /workspace/artifacts