Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 2460d47

Browse files
committed
wasm32 should only build the libm crate on Azure
1 parent 7b9f17f commit 2460d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
- template: ci/azure-install-rust.yml
4848
- script: rustup target add wasm32-unknown-unknown
4949
displayName: "Install rust wasm target"
50-
- script: cargo build --target wasm32-unknown-unknown
50+
- script: cargo build -p libm --target wasm32-unknown-unknown
5151
displayName: "Build for wasm"
52-
- script: cargo build --target wasm32-unknown-unknown --no-default-features
52+
- script: cargo build -p libm --target wasm32-unknown-unknown --no-default-features
5353
displayName: "Build for wasm (no default features)"
5454
variables:
5555
TOOLCHAIN: nightly

0 commit comments

Comments
 (0)