We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gix-diff
--no-default-features
1 parent b916214 commit cddf130Copy full SHA for cddf130
.github/workflows/ci.yml
@@ -460,9 +460,8 @@ jobs:
460
- name: crates with 'wasm' feature
461
run: |
462
set +x
463
- for crate in gix-diff gix-pack; do
464
- cargo build -p "$crate" --features wasm --target "$TARGET"
465
- done
+ cargo build -p gix-diff --no-default-features --features wasm --target "$TARGET"
+ cargo build -p gix-pack --features wasm --target "$TARGET"
466
- name: gix-pack with all features (including wasm)
467
run: cargo build -p gix-pack --all-features --target "$TARGET"
468
0 commit comments