Merge branch 'runner-dyn' into 'master'

Set the test runner dynamically linked

See merge request redox-os/relibc!1518
This commit is contained in:
Jeremy Soller
2026-07-05 05:42:57 -06:00
+2 -1
View File
@@ -43,7 +43,8 @@ run-once: $(BUILD)/bins_verify/relibc-tests $(BUILD)/$(TESTBIN) support_build
$(BUILD)/bins_verify/relibc-tests: src/main.rs
mkdir -p $(BUILD)/bins_verify
$(CARGO_TEST) build --release --bin relibc-tests --artifact-dir $(BUILD)/bins_verify --target-dir $(BUILD)/target -Z unstable-options
RUSTFLAGS="-C target-feature=-crt-static" $(CARGO_TEST) build --release --bin relibc-tests \
--artifact-dir $(BUILD)/bins_verify --target-dir $(BUILD)/target -Z unstable-options
rm -rf $(BUILD)/target
$(BUILD)/Makefile: Makefile.run.mk