From e2b05ce19c48f34b0fbf3661a6079157eff26fa7 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 6 Feb 2025 00:19:11 -0800 Subject: actually check no-std configuration does not transitively depend on std --- goodfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'goodfile') diff --git a/goodfile b/goodfile index b82f577..1105a7a 100644 --- a/goodfile +++ b/goodfile @@ -13,4 +13,7 @@ Step.advance("test") Build.run({"cargo", "test"}, {name="test stdlib/fmt"}) Build.run({"cargo", "test", "--no-default-features"}, {name="test nostdlib/fmt"}) +Build.run({"cargo", "rustc", "--", "-C", "link-arg=-nostartfiles"}, {cwd="tests/no_std_check"}) +Build.run({"cargo", "rustc", "--release", "--", "-C", "link-arg=-nostartfiles"}, {cwd="tests/no_std_check"}) + Build.run({"cargo", "build", "--release"}, {cwd="differential-tests", name="build capstone differential"}) -- cgit v1.1