mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
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
This commit is contained in:
5
.github/workflows/solus-eopkg-build.yml
vendored
5
.github/workflows/solus-eopkg-build.yml
vendored
@@ -62,11 +62,6 @@ jobs:
|
|||||||
sh -lc '
|
sh -lc '
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
eopkg update-repo -y
|
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
|
eopkg install -y ypkg git
|
||||||
ypkg build "$PACKAGE_YML"
|
ypkg build "$PACKAGE_YML"
|
||||||
mkdir -p /workspace/artifacts
|
mkdir -p /workspace/artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user