Skip to content

Commit 4ead771

Browse files
authored
MAINT: Prepare for building a 25.03 release (#222)
Add the `rc` label again to prefer `rc` releases (we can really just keep it around indefinitely). If this passes, we should be good for doing/tagging a 25.03 release at any point. (All rc package dependencies look correct to me.) Signed-off-by: Sebastian Berg <[email protected]>
1 parent 6e66a94 commit 4ead771

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

ci/build_docs.sh

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ rapids-mamba-retry install \
3535
--override-channels \
3636
--channel "${RAPIDS_LOCAL_CONDA_CHANNEL}" \
3737
--channel legate \
38+
--channel legate/label/rc \
3839
--channel legate/label/experimental \
3940
--channel conda-forge \
4041
"legate-boost=${LEGATEBOOST_VERSION}"

ci/build_python.sh

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CONDA_OVERRIDE_CUDA="${RAPIDS_CUDA_VERSION}" \
1616
LEGATEBOOST_PACKAGE_VERSION=$(head -1 ./VERSION) \
1717
rapids-conda-retry build \
1818
--channel legate \
19+
--channel legate/label/rc \
1920
--channel legate/label/experimental \
2021
--channel conda-forge \
2122
--channel nvidia \

ci/test_python_common.sh

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ rapids-mamba-retry install \
4141
--name test-env \
4242
--channel "${RAPIDS_LOCAL_CONDA_CHANNEL}" \
4343
--channel legate \
44+
--channel legate/label/rc \
4445
--channel legate/label/experimental \
4546
--channel conda-forge \
4647
"legate-boost=${LEGATEBOOST_VERSION}"

conda/environments/all_cuda-122.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
channels:
44
- rapidsai
55
- legate
6+
- legate/label/rc
67
- legate/label/experimental
78
- conda-forge
89
- nvidia

dependencies.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ files:
6666
channels:
6767
- rapidsai
6868
- legate
69+
- legate/label/rc
6970
- legate/label/experimental
7071
- conda-forge
7172
- nvidia

0 commit comments

Comments
 (0)