@@ -23,76 +23,91 @@ jobs:
2323 matrix :
2424 include :
2525 - CONFIG : linux_64_python3.10.____cpython
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_python3.11.____cpython
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_python3.12.____cpython
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_python3.13.____cp313
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_64_python3.14.____cp314
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_python3.10.____cpython
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_python3.11.____cpython
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_python3.12.____cpython
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_aarch64_python3.13.____cp313
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_aarch64_python3.14.____cp314
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_python3.10.____cpython
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_python3.11.____cpython
92+ STORE_BUILD_ARTIFACTS : False
8193 UPLOAD_PACKAGES : True
8294 os : ubuntu
8395 runs_on : ['ubuntu-latest']
8496 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
8597 - CONFIG : linux_ppc64le_python3.12.____cpython
98+ STORE_BUILD_ARTIFACTS : False
8699 UPLOAD_PACKAGES : True
87100 os : ubuntu
88101 runs_on : ['ubuntu-latest']
89102 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
90103 - CONFIG : linux_ppc64le_python3.13.____cp313
104+ STORE_BUILD_ARTIFACTS : False
91105 UPLOAD_PACKAGES : True
92106 os : ubuntu
93107 runs_on : ['ubuntu-latest']
94108 DOCKER_IMAGE : quay.io/condaforge/linux-anvil-x86_64:alma9
95109 - CONFIG : linux_ppc64le_python3.14.____cp314
110+ STORE_BUILD_ARTIFACTS : False
96111 UPLOAD_PACKAGES : True
97112 os : ubuntu
98113 runs_on : ['ubuntu-latest']
@@ -169,7 +184,7 @@ jobs:
169184 env :
170185 # default value; make it explicit, as it needs to match with artefact
171186 # generation below. Not configurable for now, can be revisited later
172- CONDA_BLD_DIR : C:\bld
187+ CONDA_BLD_PATH : C:\bld
173188 MINIFORGE_HOME : ${{ contains(runner.arch, 'ARM') && 'C' || 'D' }}:\Miniforge
174189 PYTHONUNBUFFERED : 1
175190 CONFIG : ${{ matrix.CONFIG }}
0 commit comments