File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,6 @@ jobs:
416
416
- name : ' WASI only: crates without feature toggle'
417
417
if : endsWith(matrix.target, '-wasi')
418
418
run : |
419
- set +x
420
419
for crate in gix-sec; do
421
420
cargo build -p "$crate" --target "$TARGET"
422
421
done
@@ -447,19 +446,16 @@ jobs:
447
446
gix-url
448
447
gix-validate
449
448
)
450
- set +x
451
449
for crate in "${crates[@]}"; do
452
450
cargo build -p "$crate" --target "$TARGET"
453
451
done
454
452
- name : features of gix-features
455
453
run : |
456
- set +x
457
454
for feature in progress parallel io-pipe crc32 zlib cache-efficiency-debug; do
458
455
cargo build -p gix-features --features "$feature" --target "$TARGET"
459
456
done
460
457
- name : crates with 'wasm' feature
461
458
run : |
462
- set +x
463
459
cargo build -p gix-diff --no-default-features --features wasm --target "$TARGET"
464
460
cargo build -p gix-pack --features wasm --target "$TARGET"
465
461
- name : gix-pack with all features (including wasm)
You can’t perform that action at this time.
0 commit comments