File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments