Skip to content

Commit cd19959

Browse files
authored
Fix mac releasesafe build
1 parent 5f31d72 commit cd19959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- run: sed -i 's/ZIG_VERSION="0.14.0-dev.2257+e6d2e1641"/ZIG_VERSION="0.14.0"/' build
4747
- run: sed -i 's/Doptimize=ReleaseFast/${{ matrix.release_flag }}/' build
4848
- run: sed -i 's/Dstrip/${{ matrix.strip_flag }}/' build
49+
- run: sed -i 's/max_rss = 7_800_000_000/max_rss = 9_000_000_000/' zig/build.zig
4950
- run: cat build
5051
- run: CMAKE_GENERATOR=Ninja ./build ${{ matrix.target }} baseline
5152
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)