add xzutils
ci/woodpecker/push/compliance-and-tests Pipeline is pending Details
ci/woodpecker/push/release-version Pipeline is pending Details
ci/woodpecker/tag/compliance-and-tests Pipeline was successful Details
ci/woodpecker/tag/release-version Pipeline failed Details

ci-optimization
gapodo 2022-12-05 02:52:33 +01:00
parent 3fd0bc95c4
commit ee72f5b15e
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ pipeline:
- export WS_BASE="$(pwd)"
- echo "installing nodejs"
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get -qqy install nodejs
- echo "installing xz"
- apt-get install -qqy xz
- echo "installing xz-utils"
- apt-get install -qqy xz-utils
- echo "fetching upx-v$${UPXVERSION}"
- cd /usr/local/bin
- curl -sL https://github.com/upx/upx/releases/download/v$${UPXVERSION}/upx-$${UPXVERSION}-amd64_linux.tar.xz | tar --strip-components 1 -xJf - upx-$${UPXVERSION}-amd64_linux/upx