Compare commits

..

4 commits

Author SHA1 Message Date
Vinzenz Schroeter 03c328719e version 0.14.1
All checks were successful
Rust / build-gnu-apt (pull_request) Successful in 4m14s
Rust / build-size-gnu-unstable (pull_request) Successful in 1m12s
2025-05-04 13:13:12 +02:00
Vinzenz Schroeter 910e23cdc9 remove musl builds 2025-05-04 13:13:12 +02:00
Vinzenz Schroeter fec521a5f1 build variations in CI to keep track of what works 2025-05-04 13:13:12 +02:00
Vinzenz Schroeter e4606ebd0d a bunch of options for the Makefile 2025-05-04 13:13:12 +02:00

View file

@ -36,11 +36,10 @@
buildInputs = with pkgs; [
xe
xz
#libgcc
#glibc
libgcc
musl
libunwind
pkgsStatic.musl
# libunwind
];
nativeBuildInputs = with pkgs; [
@ -64,8 +63,7 @@
pkg-config
];
#RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
CARGO = "rustup run nightly cargo";
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
};
}
);