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 24
24
if : ${{ contains('["pull_request", "merge_group"]', github.event_name) }} # skip-master skip-stable
25
25
env :
26
26
RUSTFLAGS : -Ctarget-feature=+crt-static
27
+ RUST_MIN_STACK : 16777216
27
28
permissions :
28
29
id-token : write
29
30
contents : read
@@ -181,6 +182,7 @@ jobs:
181
182
if : ${{ (github.event_name == 'push' && github.ref_name == 'master') || github.event_name == 'schedule' }} # skip-pr skip-stable
182
183
env :
183
184
RUSTFLAGS : -Ctarget-feature=+crt-static
185
+ RUST_MIN_STACK : 16777216
184
186
permissions :
185
187
id-token : write
186
188
contents : read
@@ -338,6 +340,7 @@ jobs:
338
340
if : ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-pr skip-master
339
341
env :
340
342
RUSTFLAGS : -Ctarget-feature=+crt-static
343
+ RUST_MIN_STACK : 16777216
341
344
permissions :
342
345
id-token : write
343
346
contents : read
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ jobs: # skip-master skip-pr skip-stable
11
11
if : ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-pr skip-master
12
12
env :
13
13
RUSTFLAGS : -Ctarget-feature=+crt-static
14
+ RUST_MIN_STACK : 16777216
14
15
permissions :
15
16
id-token : write
16
17
contents : read
You can’t perform that action at this time.
0 commit comments