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:
475475 with :
476476 save : ${{ github.event_name == 'push' }}
477477 max-size : " 200M"
478- - name : TSAN Option Setup
479- run : echo "TSAN_OPTIONS=suppressions=${GITHUB_WORKSPACE}/Tools/tsan/supressions.txt" >> $GITHUB_ENV
480478 - name : Configure CPython
481479 run : ./configure --config-cache --with-address-sanitizer --without-pymalloc
482480 - name : Build CPython
@@ -500,6 +498,8 @@ jobs:
500498 uses : egor-tensin/setup-gcc@v1
501499 with :
502500 version : 10
501+ - name : TSAN Option Setup
502+ run : echo "TSAN_OPTIONS=suppressions=${GITHUB_WORKSPACE}/Tools/tsan/supressions.txt" >> $GITHUB_ENV
503503 - name : Configure CPython
504504 run : ./configure --disable-gil --with-thread-sanitizer --disable-ipv6
505505 - name : Build CPython
You can’t perform that action at this time.
0 commit comments