Update woodpecker CI
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-05-06 10:56:39 -06:00
parent 703c6fd970
commit ddb2a2c12e
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -4,14 +4,8 @@ steps:
commands:
- apt-get -y update
- apt-get -y install parallel brotli
- wget https://github.com/mozilla/sccache/releases/download/v0.7.7/sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz
- wget https://github.com/WebAssembly/binaryen/releases/download/version_117/binaryen-version_117-x86_64-linux.tar.gz
- tar -xzf binaryen-version_117-x86_64-linux.tar.gz -C /usr --strip-components=1
- tar -xzf sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz
- mv sccache-v0.7.7-x86_64-unknown-linux-musl/sccache /usr/bin/sccache
- chmod +x /usr/bin/sccache
- sccache --start-server
- sccache --show-stats
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- cargo binstall -y trunk
- trunk build --release