Skip to content

Install all tools for pa11y as domjudge user #59

Install all tools for pa11y as domjudge user

Install all tools for pa11y as domjudge user #59

Triggered via push August 25, 2024 15:05
Status Failure
Total duration 2h 18m 58s
Artifacts
release-contributor
2h 18m
release-contributor
Fit to window
Zoom out
Zoom in

Annotations

1 error
release-contributor
buildx failed with: ERROR: failed to solve: process "/bin/sh -c add-apt-repository ppa:ondrej/php -y && apt-get update && for VERSION in $PHPSUPPORTED; do if [ \"${VERSION}\" != \"8.3\" ]; then $APTINSTALL php${VERSION}; fi; done && PACKAGES=$(dpkg-query -f '${binary:Package}\\n' -W|grep \"^php.*-\") && for PACKAGE in $PACKAGES; do PACKAGEALLVERSIONS=\"\" && for VERSION in $PHPSUPPORTED; do if [ \"${VERSION}\" != \"8.3\" ]; then PACKAGEALLVERSIONS=\"$PACKAGEALLVERSIONS php${VERSION}-${PACKAGE#php*-}\"; fi; done; $APTINSTALL $PACKAGEALLVERSIONS; done && update-alternatives --set php /usr/bin/php${DEFAULTPHPVERSION} && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1