File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -475,8 +475,6 @@ jobs:
475
475
with :
476
476
save : ${{ github.event_name == 'push' }}
477
477
max-size : " 200M"
478
- - name : TSAN Option Setup
479
- run : echo "TSAN_OPTIONS=suppressions=${GITHUB_WORKSPACE}/Tools/tsan/supressions.txt" >> $GITHUB_ENV
480
478
- name : Configure CPython
481
479
run : ./configure --config-cache --with-address-sanitizer --without-pymalloc
482
480
- name : Build CPython
@@ -500,6 +498,8 @@ jobs:
500
498
uses : egor-tensin/setup-gcc@v1
501
499
with :
502
500
version : 10
501
+ - name : TSAN Option Setup
502
+ run : echo "TSAN_OPTIONS=suppressions=${GITHUB_WORKSPACE}/Tools/tsan/supressions.txt" >> $GITHUB_ENV
503
503
- name : Configure CPython
504
504
run : ./configure --disable-gil --with-thread-sanitizer --disable-ipv6
505
505
- name : Build CPython
You can’t perform that action at this time.
0 commit comments