File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 - name : TSAN option setup
4444 run : |
4545 echo "TSAN_OPTIONS=log_path=${GITHUB_WORKSPACE}/tsan_log suppressions=${GITHUB_WORKSPACE}/Tools/tsan/suppressions${{
46- fromJSON( inputs.free-threading)
46+ inputs.free-threading
4747 && '_free_threading'
4848 || ''
4949 }}.txt" >> "$GITHUB_ENV"
6363 --config-cache
6464 --with-thread-sanitizer
6565 --with-pydebug
66- ${{ fromJSON( inputs.free-threading) && '--disable-gil' || '' }}
66+ ${{ inputs.free-threading && '--disable-gil' || '' }}
6767 - name : Build CPython
6868 run : make -j4
6969 - name : Display build info
Original file line number Diff line number Diff line change 8282 --config-cache
8383 --with-pydebug
8484 --with-openssl="$OPENSSL_DIR"
85- ${{ fromJSON( inputs.free-threading) && '--disable-gil' || '' }}
85+ ${{ inputs.free-threading && '--disable-gil' || '' }}
8686 - name : Build CPython out-of-tree
8787 working-directory : ${{ env.CPYTHON_BUILDDIR }}
8888 run : make -j4
Original file line number Diff line number Diff line change 4040 .\\PCbuild\\build.bat
4141 -e -d
4242 -p "${ARCH}"
43- ${{ fromJSON( inputs.free-threading) && '--disable-gil' || '' }}
43+ ${{ inputs.free-threading && '--disable-gil' || '' }}
4444 shell : bash
4545 - name : Display build info
4646 if : inputs.arch != 'arm64'
You can’t perform that action at this time.
0 commit comments