Skip to content

Commit ae1c787

Browse files
authored
Update Legate SHA for 26.01.00 (#1396)
* Update Legate SHA for 26.01.00 * Use legate release channel for CI
1 parent 59c7159 commit ae1c787

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"artifact_name": "${{ inputs.platform }}-${{ inputs.build-type }}-<<repo>>-python${{ inputs.python-version }}-${{ inputs.target-device }}-release-with_tests-${{ inputs.network }}-<<git_tag>>",
77
"artifact_workflow": "ci-gh.yml",
88
"git_shallow": false,
9-
"git_tag": "6b36b9a124bbcb43f86f85af457b280dbc1ba27d",
9+
"git_tag": "3ccb639605eecd8e9fee52c2d7d56ea799f4864e",
1010
"git_url": "git@github.com:nv-legate/legate.internal.git",
1111
"nightly_workflow": "ci-gh-nightly-release.yml",
1212
"org": "nv-legate",

continuous_integration/scripts/conda-dnld-utils

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setup_conda_channel() {
2727
# strict channel ordering is required for prioritizing packages from artifacts
2828
conda config --set channel_priority strict
2929
legate_conda_label="$(jq -r '.packages.legate.anaconda_label' ${REPO_DIR}/cmake/versions.json)";
30-
export CONDA_CHANNEL="legate-nightly"
30+
export CONDA_CHANNEL="legate"
3131
export CONDA_LABEL="${legate_conda_label}"
3232
echo "CONDA_CHANNEL=${CONDA_CHANNEL} : CONDA_LABEL=${CONDA_LABEL}"
3333
}

0 commit comments

Comments
 (0)