Skip to content

Commit 5bdc542

Browse files
committed
CI: disable cargo package to fix spurious/random build failures
1 parent 450f449 commit 5bdc542

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,11 @@ jobs:
254254
- name: Test
255255
run: cargo test --release --all-features
256256

257-
- name: Package
258-
# --allow-dirty is required on the windows build (but not the ubuntu build?!)
259-
run: cargo package --verbose --allow-dirty --all-features
257+
# disable for now, as this started to cause random failures like "error: attempt to get status of nonexistent file 'zint/backend/rss.c'"
258+
# this is apparently related with the used symlinks
259+
# - name: Package
260+
# # --allow-dirty is required on the windows build (but not the ubuntu build?!)
261+
# run: cargo package --verbose --allow-dirty --all-features
260262

261263
build-wasm:
262264
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)