This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
||||
cargo zigbuild --release --target ${{ matrix.target }}
|
||||
else
|
||||
# Define RUSTFLAGS to use the system linker (cc) and disable debug compression
|
||||
RUSTFLAGS="-C linker=cc -C link-arg=-Wl,--compress-debug-sections=none" cargo build --release --target ${{ matrix.target }}
|
||||
cargo build --release
|
||||
fi
|
||||
|
||||
- name: Prepare artifact
|
||||
|
||||
0
docker/build-linux-image.sh
Normal file → Executable file
0
docker/build-linux-image.sh
Normal file → Executable file
@@ -1,4 +1,3 @@
|
||||
# If using rust:alpine (NOT recommended for your current issue, but good to know)
|
||||
FROM rust:alpine
|
||||
RUN apk update && \
|
||||
apk add nodejs npm
|
||||
FROM rust:latest
|
||||
RUN apt update && \
|
||||
apt install nodejs npm -y
|
||||
Reference in New Issue
Block a user