|
42 | 42 | platform: |
43 | 43 | - runner: ubuntu-latest |
44 | 44 | target: x86_64-unknown-linux-gnu |
45 | | - - runner: macOS-latest |
46 | | - target: x86_64-apple-darwin |
| 45 | + # - runner: macOS-latest |
| 46 | + # target: x86_64-apple-darwin |
47 | 47 | - runner: macOS-latest |
48 | 48 | target: aarch64-apple-darwin |
49 | 49 | - runner: windows-latest |
@@ -115,6 +115,8 @@ jobs: |
115 | 115 |
|
116 | 116 | - name: Build wheels |
117 | 117 | uses: PyO3/maturin-action@v1 |
| 118 | + env: |
| 119 | + NODE_OPTIONS: "--max-old-space-size=8192" |
118 | 120 | with: |
119 | 121 | target: ${{ matrix.platform.target }} |
120 | 122 | args: --release --out dist --find-interpreter --features=${{ matrix.features.value }} |
@@ -180,6 +182,8 @@ jobs: |
180 | 182 |
|
181 | 183 | - name: Build wheels |
182 | 184 | uses: PyO3/maturin-action@v1 |
| 185 | + env: |
| 186 | + NODE_OPTIONS: "--max-old-space-size=8192" |
183 | 187 | with: |
184 | 188 | target: ${{ matrix.platform.target }} |
185 | 189 | args: --release --out dist --find-interpreter --features=${{ matrix.features.value }} |
@@ -252,6 +256,8 @@ jobs: |
252 | 256 |
|
253 | 257 | - name: Build wheels |
254 | 258 | uses: PyO3/maturin-action@v1 |
| 259 | + env: |
| 260 | + NODE_OPTIONS: "--max-old-space-size=8192" |
255 | 261 | with: |
256 | 262 | target: ${{ matrix.platform.target }} |
257 | 263 | args: --release --out dist --find-interpreter --features=${{ matrix.features.value }} |
@@ -318,6 +324,8 @@ jobs: |
318 | 324 |
|
319 | 325 | - name: Build wheels |
320 | 326 | uses: PyO3/maturin-action@v1 |
| 327 | + env: |
| 328 | + NODE_OPTIONS: "--max-old-space-size=8192" |
321 | 329 | with: |
322 | 330 | target: ${{ matrix.platform.target }} |
323 | 331 | args: --release --out dist --find-interpreter --features=${{ matrix.features.value }} |
|
0 commit comments