another try to get it working on ubuntu
Some checks failed
Rust / build-size-gnu-unstable (pull_request) Has been cancelled
Rust / build-size-musl-unstable (pull_request) Has been cancelled
Rust / build-gnu-apt (pull_request) Has been cancelled
Rust / build-musl-beta (pull_request) Failing after 50s

This commit is contained in:
Vinzenz Schroeter 2025-05-04 10:45:52 +02:00
parent 908ca02782
commit df813d367a

View file

@ -18,7 +18,7 @@ ifeq ($(CFG_MUSL), 1)
TARGET ?= x86_64-unknown-linux-musl
CC ?= musl-gcc
CCFLAGS += -static -lservicepoint_binding_c
RUSTFLAGS += --crate-type=staticlib
RUSTFLAGS += --crate-type=staticlib -Ctarget-feature=-crt-static
else
TARGET ?= x86_64-unknown-linux-gnu
CC ?= gcc