File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 libcurl4-openssl-dev \
5353 pkg-config \
5454 libsasl2-dev \
55- protobuf-compiler \
56- musl-tools
57- sudo ln -sf /usr/bin/musl-gcc /usr/local/bin/x86_64-linux-musl-gcc
55+ protobuf-compiler
5856
5957 - name : Cache Cargo
6058 uses : Swatinem/rust-cache@v2
Original file line number Diff line number Diff line change @@ -32,9 +32,8 @@ OS_NAME := $(shell uname -s)
3232# 2. Configure RUSTFLAGS and target triple per platform
3333DIST_ROOT := dist
3434ifeq ($(OS_NAME ) , Linux)
35- # Linux: static-link musl for a truly self-contained, zero-dependency binary
36- TRIPLE := $(ARCH ) -unknown-linux-musl
37- STATIC_FLAGS := -C target-feature=+crt-static
35+ TRIPLE := $(ARCH ) -unknown-linux-gnu
36+ STATIC_FLAGS :=
3837else ifeq ($(OS_NAME), Darwin)
3938 # macOS: strip symbols but keep dynamic linking (Apple system restriction)
4039 TRIPLE := $(ARCH ) -apple-darwin
You can’t perform that action at this time.
0 commit comments