File tree Expand file tree Collapse file tree 10 files changed +28
-24
lines changed
Expand file tree Collapse file tree 10 files changed +28
-24
lines changed Original file line number Diff line number Diff line change 1+ variant :
2+ - asan
3+ abi_tag :
4+ - cp315
5+ version :
6+ - 3.15
Original file line number Diff line number Diff line change 22
33if [[ " ${PYTHON_VARIANT} " == " freethreading" ]]; then
44 echo " BUILD TYPE: FREE-THREADING"
5- BUILD_DIR=" ../build_free_threading "
5+ BUILD_DIR=" ../build_freethreading "
66 CONFIGURE_EXTRA=" --disable-gil"
77elif [[ " ${PYTHON_VARIANT} " == " asan" ]]; then
88 echo " BUILD TYPE: ASAN"
99 BUILD_DIR=" ../build_asan"
1010 CONFIGURE_EXTRA=" --with-address-sanitizer"
1111 export ASAN_OPTIONS=" strict_init_order=true"
12- elif [[ " ${PYTHON_VARIANT} " == " tsan_freethreading " ]]; then
12+ elif [[ " ${PYTHON_VARIANT} " == " tsan-freethreading " ]]; then
1313 echo " BUILD TYPE: TSAN FREE-THREADING"
14- BUILD_DIR=" ../build_tsan_free_threading "
14+ BUILD_DIR=" ../build_tsan-freethreading "
1515 CONFIGURE_EXTRA=" --disable-gil --with-thread-sanitizer"
1616 export TSAN_OPTIONS=" suppressions=${SRC_DIR} /Tools/tsan/suppressions_free_threading.txt"
1717else
Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ channels = ["https://prefix.dev/conda-forge"]
33platforms = [" osx-arm64" , " linux-64" ]
44preview = [" pixi-build" ]
55
6- [workspace .build-variants ]
7- variant = [" default" ]
8- abi_tag = [" cp315" ]
9- version = [" 3.15" ]
10-
116[package .build .backend ]
127name = " pixi-build-rattler-build"
138version = " *"
Original file line number Diff line number Diff line change 11context :
22 # Keep up to date
3- version : ${{ version }}
4- variant : ${{ variant }}
53 freethreading_tag : ${{ "t" if "freethreading" in variant else "" }}
6- abi_tag : ${{ abi_tag }}
74
85recipe :
96 name : python
Original file line number Diff line number Diff line change 1+ variant :
2+ - default
3+ abi_tag :
4+ - cp315
5+ version :
6+ - 3.15
Original file line number Diff line number Diff line change 1+ variant :
2+ - freethreading
3+ abi_tag :
4+ - cp315t
5+ version :
6+ - 3.15
Original file line number Diff line number Diff line change 1+ ../default/pixi.toml
File renamed without changes.
Original file line number Diff line number Diff line change 1+ variant :
2+ - tsan-freethreading
3+ abi_tag :
4+ - cp315t
5+ version :
6+ - 3.15
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments