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