Fix all build jobs: add cargo build --release before helper scripts, add abuild to apk deps, remove sudo from build-arch.sh
This commit is contained in:
2
build-arch.sh
Executable file → Normal file
2
build-arch.sh
Executable file → Normal file
@ -17,7 +17,7 @@ fi
|
||||
|
||||
# Install build dependencies
|
||||
echo "Installing build dependencies..."
|
||||
sudo pacman -Syu --noconfirm rust cargo systemd git base-devel
|
||||
pacman -Syu --noconfirm rust cargo systemd git base-devel
|
||||
|
||||
# Build release binary
|
||||
echo "Building release binary..."
|
||||
|
||||
Reference in New Issue
Block a user