Skip to content

Commit 0b255ca

Browse files
committed
disable patching until able to update for zig
1 parent 1c183b1 commit 0b255ca

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/fuzz.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v6
2323
- uses: scheibo/build-zig@main
24-
with:
25-
patch-file: zig.patch
24+
# TODO: reenable
25+
# with:
26+
# patch-file: zig.patch
2627
- run: npm install --ignore-scripts
2728
- run: zig build -Doptimize=ReleaseSafe -Dlog -Dchance -Dcalc ${{matrix.options}} fuzz -- ${{matrix.gen}} 15m | tee seed.txt
2829
shell: bash

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
registry-url: 'https://registry.npmjs.org'
2121
scope: '@pkmn'
2222
- uses: scheibo/build-zig@main
23-
with:
24-
patch-file: zig.patch
23+
# TODO: reenable
24+
# with:
25+
# patch-file: zig.patch
2526
- run: npm install --ignore-scripts
2627
- run: npm run release
2728
env:

0 commit comments

Comments
 (0)