Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make wasm run in ci again #185

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

make wasm run in ci again #185

wants to merge 5 commits into from

Conversation

Lokathor
Copy link
Owner

@Lokathor Lokathor commented Dec 3, 2024

No description provided.

@@ -8,6 +8,6 @@
rustflags = ["-Ctarget-cpu=native"]
rustdocflags = ["-Ctarget-cpu=native"]

[target.wasm32-wasi]
[target.wasm32-wasip1]
Copy link
Contributor

@CryZe CryZe Dec 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably need to have the same target config for both in case you want to test the MSRV still. Ideally with a comment to note that it can be removed once the MSRV is 1.81+ or so.

Comment on lines 34 to 35
- { target: wasm32-wasip1, toolchain: "1.61", os: ubuntu-latest, wasmtime: v5.0.0 }
- { target: wasm32-wasip1, toolchain: stable, os: ubuntu-latest, wasmtime: v5.0.0 }
Copy link
Contributor

@CryZe CryZe Dec 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here without p1 now (only on 1.61 of course).

@CryZe
Copy link
Contributor

CryZe commented Dec 3, 2024

Oh no, what is this:
image

those definitely need a P1 alternative too.

@Lokathor
Copy link
Owner Author

Lokathor commented Dec 3, 2024

Is that something we can fix here or should we adjust the CI flow to bypass it and file an issue with rust-lang/rust?

@CryZe
Copy link
Contributor

CryZe commented Dec 3, 2024

Why would we file an issue upstream? You just need to pass the new P1 env vars as well, which should be CARGO_TARGET_WASM32_WASIP1_RUNNER

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants