We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f31d72 commit cd19959Copy full SHA for cd19959
.github/workflows/ci.yaml
@@ -46,6 +46,7 @@ jobs:
46
- run: sed -i 's/ZIG_VERSION="0.14.0-dev.2257+e6d2e1641"/ZIG_VERSION="0.14.0"/' build
47
- run: sed -i 's/Doptimize=ReleaseFast/${{ matrix.release_flag }}/' build
48
- 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
50
- run: cat build
51
- run: CMAKE_GENERATOR=Ninja ./build ${{ matrix.target }} baseline
52
- uses: actions/upload-artifact@v4
0 commit comments