@@ -23,61 +23,73 @@ jobs:
2323 matrix :
2424 include :
2525 - CONFIG : linux_64_build_typedebugchannel_targetsconda-forge_python_debugfreethreadingno
26+ STORE_BUILD_ARTIFACTS : False
2627 UPLOAD_PACKAGES : True
2728 os : ubuntu
2829 runs_on : ['ubuntu-latest']
2930 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
3031 - CONFIG : linux_64_build_typedebugchannel_targetsconda-forge_python_debugfreethreadingyes
32+ STORE_BUILD_ARTIFACTS : False
3133 UPLOAD_PACKAGES : True
3234 os : ubuntu
3335 runs_on : ['ubuntu-latest']
3436 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
3537 - CONFIG : linux_64_build_typereleasechannel_targetsconda-forge_mainfreethreadingno
38+ STORE_BUILD_ARTIFACTS : False
3639 UPLOAD_PACKAGES : True
3740 os : ubuntu
3841 runs_on : ['ubuntu-latest']
3942 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
4043 - CONFIG : linux_64_build_typereleasechannel_targetsconda-forge_mainfreethreadingyes
44+ STORE_BUILD_ARTIFACTS : False
4145 UPLOAD_PACKAGES : True
4246 os : ubuntu
4347 runs_on : ['ubuntu-latest']
4448 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
4549 - CONFIG : linux_aarch64_build_typedebugchannel_targetsconda-forge_python_debugfreethreadingno
50+ STORE_BUILD_ARTIFACTS : False
4651 UPLOAD_PACKAGES : True
4752 os : ubuntu
4853 runs_on : ['ubuntu-latest']
4954 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
5055 - CONFIG : linux_aarch64_build_typedebugchannel_targetsconda-forge_python_debugfreethreadingyes
56+ STORE_BUILD_ARTIFACTS : False
5157 UPLOAD_PACKAGES : True
5258 os : ubuntu
5359 runs_on : ['ubuntu-latest']
5460 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
5561 - CONFIG : linux_aarch64_build_typereleasechannel_targetsconda-forge_mainfreethreadingno
62+ STORE_BUILD_ARTIFACTS : False
5663 UPLOAD_PACKAGES : True
5764 os : ubuntu
5865 runs_on : ['ubuntu-latest']
5966 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
6067 - CONFIG : linux_aarch64_build_typereleasechannel_targetsconda-forge_mainfreethreadingyes
68+ STORE_BUILD_ARTIFACTS : False
6169 UPLOAD_PACKAGES : True
6270 os : ubuntu
6371 runs_on : ['ubuntu-latest']
6472 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
6573 - CONFIG : linux_ppc64le_build_typedebugchannel_targetsconda-forge_python_debugfreethreadingno
74+ STORE_BUILD_ARTIFACTS : False
6675 UPLOAD_PACKAGES : True
6776 os : ubuntu
6877 runs_on : ['ubuntu-latest']
6978 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
7079 - CONFIG : linux_ppc64le_build_typedebugchannel_targetsconda-forge_python_debugfreethreadingyes
80+ STORE_BUILD_ARTIFACTS : False
7181 UPLOAD_PACKAGES : True
7282 os : ubuntu
7383 runs_on : ['ubuntu-latest']
7484 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
7585 - CONFIG : linux_ppc64le_build_typereleasechannel_targetsconda-forge_mainfreethreadingno
86+ STORE_BUILD_ARTIFACTS : False
7687 UPLOAD_PACKAGES : True
7788 os : ubuntu
7889 runs_on : ['ubuntu-latest']
7990 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
8091 - CONFIG : linux_ppc64le_build_typereleasechannel_targetsconda-forge_mainfreethreadingyes
92+ STORE_BUILD_ARTIFACTS : False
8193 UPLOAD_PACKAGES : True
8294 os : ubuntu
8395 runs_on : ['ubuntu-latest']
@@ -154,7 +166,7 @@ jobs:
154166 env :
155167 # default value; make it explicit, as it needs to match with artefact
156168 # generation below. Not configurable for now, can be revisited later
157- CONDA_BLD_DIR : C:\bld
169+ CONDA_BLD_PATH : C:\bld
158170 MINIFORGE_HOME : ${{ contains(runner.arch, 'ARM') && 'C' || 'D' }}:\Miniforge
159171 PYTHONUNBUFFERED : 1
160172 CONFIG : ${{ matrix.CONFIG }}
0 commit comments