This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
|||||||
cargo zigbuild --release --target ${{ matrix.target }}
|
cargo zigbuild --release --target ${{ matrix.target }}
|
||||||
else
|
else
|
||||||
# Define RUSTFLAGS to use the system linker (cc) and disable debug compression
|
# 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
|
fi
|
||||||
|
|
||||||
- name: Prepare artifact
|
- 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:latest
|
||||||
FROM rust:alpine
|
RUN apt update && \
|
||||||
RUN apk update && \
|
apt install nodejs npm -y
|
||||||
apk add nodejs npm
|
|
||||||
Reference in New Issue
Block a user