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 642c300 commit 6778ea8Copy full SHA for 6778ea8
.github/workflows/macos.yml
@@ -142,6 +142,7 @@ jobs:
142
- name: Build
143
if: ${{ ! matrix.dry-run }}
144
run: |
145
+ ulimit -s
146
./build-macos.py --target-triple ${MATRIX_TARGET_TRIPLE} --python cpython-${MATRIX_PYTHON} --options ${MATRIX_BUILD_OPTIONS}
147
env:
148
MATRIX_TARGET_TRIPLE: ${{ matrix.target_triple }}
0 commit comments