Updated the Solus CI workflow to install pkgconf instead of pkgconfig during the eopkg bootstrap step, resolving the Repo item pkgconfig not found failure path you hit.

This commit is contained in:
2026-02-18 16:08:39 -07:00
parent e2cb540ee9
commit 3ef7768696

View File

@@ -74,7 +74,7 @@ jobs:
# Install the essential build tools up front to avoid # Install the essential build tools up front to avoid
# `/tmp/ypkg-setup*: meson: command not found` failures. # `/tmp/ypkg-setup*: meson: command not found` failures.
eopkg install -y --ignore-file-conflicts \ eopkg install -y --ignore-file-conflicts \
ypkg git meson ninja pkgconfig gcc gettext ypkg git meson ninja pkgconf gcc gettext
ypkg build "$PACKAGE_YML" ypkg build "$PACKAGE_YML"
mkdir -p /workspace/artifacts mkdir -p /workspace/artifacts
find . -maxdepth 3 -name "*.eopkg" -type f -exec cp -v {} /workspace/artifacts/ \; find . -maxdepth 3 -name "*.eopkg" -type f -exec cp -v {} /workspace/artifacts/ \;