From 1b5cc1daf35e60a9f78158b261a443f2fffd2fcc Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 25 Jun 2024 20:39:37 -0700 Subject: try building yaxpeax-arch for more arches --- goodfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/goodfile b/goodfile index 97b5ffa..6a5cb99 100644 --- a/goodfile +++ b/goodfile @@ -3,6 +3,9 @@ Build.dependencies({"git", "make", "rustc", "cargo"}) Step.start("crate") Step.push("build") Build.run({"cargo", "build"}) +-- and now that some code is conditional on target arch, at least try to build +-- for other architectures even if we might not be able to run on them. +Build.run({"cargo", "build", "--no-default-features", "--target", "wasm32-wasi"}) Step.advance("test") -- TODO: set `-D warnings` here and below... -- cgit v1.1