Skip to content

Commit 2990d7a

Browse files
committed
ci(windows): increase stack size to 16MiB
1 parent 3dd6708 commit 2990d7a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
if: ${{ contains('["pull_request", "merge_group"]', github.event_name) }} # skip-master skip-stable
2525
env:
2626
RUSTFLAGS: -Ctarget-feature=+crt-static
27+
RUST_MIN_STACK: 16777216
2728
permissions:
2829
id-token: write
2930
contents: read
@@ -181,6 +182,7 @@ jobs:
181182
if: ${{ (github.event_name == 'push' && github.ref_name == 'master') || github.event_name == 'schedule' }} # skip-pr skip-stable
182183
env:
183184
RUSTFLAGS: -Ctarget-feature=+crt-static
185+
RUST_MIN_STACK: 16777216
184186
permissions:
185187
id-token: write
186188
contents: read
@@ -338,6 +340,7 @@ jobs:
338340
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-pr skip-master
339341
env:
340342
RUSTFLAGS: -Ctarget-feature=+crt-static
343+
RUST_MIN_STACK: 16777216
341344
permissions:
342345
id-token: write
343346
contents: read

ci/actions-templates/windows-builds-template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs: # skip-master skip-pr skip-stable
1111
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-pr skip-master
1212
env:
1313
RUSTFLAGS: -Ctarget-feature=+crt-static
14+
RUST_MIN_STACK: 16777216
1415
permissions:
1516
id-token: write
1617
contents: read

0 commit comments

Comments
 (0)