Skip to content

Commit c6c92bd

Browse files
authored
zjit-macos.yml: Unset MAKEFLAGS before ruby-bench (ruby#15084)
1 parent ff6c728 commit c6c92bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/zjit-macos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ jobs:
186186

187187
- run: make install
188188

189+
# setup/directories set MAKEFLAGS=-j4 for macOS, which randomly fails sqlite3.gem builds
190+
- name: Unset MAKEFLAGS
191+
run: echo "MAKEFLAGS=" >> "$GITHUB_ENV"
192+
189193
- name: Checkout ruby-bench
190194
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
191195
with:

0 commit comments

Comments
 (0)