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 ff6c728 commit c6c92bdCopy full SHA for c6c92bd
.github/workflows/zjit-macos.yml
@@ -186,6 +186,10 @@ jobs:
186
187
- run: make install
188
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
+
193
- name: Checkout ruby-bench
194
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
195
with:
0 commit comments