Skip to content

Commit

Permalink
use wasm32-wasip1 in noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Icxolu committed Jan 9, 2025
1 parent 9a0b135 commit 8a04b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def _get_rust_default_target() -> str:
def _get_feature_sets() -> Tuple[Tuple[str, ...], ...]:
"""Returns feature sets to use for clippy job"""
cargo_target = os.getenv("CARGO_BUILD_TARGET", "")
if "wasm32-wasi" not in cargo_target:
if "wasm32-wasip1" not in cargo_target:
# multiple-pymethods not supported on wasm
return (
("--no-default-features",),
Expand Down

0 comments on commit 8a04b7b

Please sign in to comment.