From 5056970f09132e247399086f92fe8b72a70b29f2 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 5 Jun 2026 15:28:24 -0500 Subject: [PATCH] conda: opt out of sharded repodata for 'mamba' too --- .github/workflows/conda-cpp-build.yaml | 1 + .github/workflows/conda-cpp-tests.yaml | 1 + .github/workflows/conda-python-build.yaml | 1 + .github/workflows/conda-python-tests.yaml | 1 + .github/workflows/custom-job.yaml | 1 + 5 files changed, 5 insertions(+) diff --git a/.github/workflows/conda-cpp-build.yaml b/.github/workflows/conda-cpp-build.yaml index 338dc7a9..a358dc4c 100644 --- a/.github/workflows/conda-cpp-build.yaml +++ b/.github/workflows/conda-cpp-build.yaml @@ -188,6 +188,7 @@ jobs: # # TODO: remove these when this is resolved: https://github.com/conda/infrastructure/issues/1286#issuecomment-4628580232 CONDA_PLUGINS_USE_SHARDED_REPODATA: false + MAMBA_USE_SHARDED_REPODATA: false RATTLER_SHARDED: false - name: Get Package Name and Location if: ${{ inputs.upload-artifacts }} diff --git a/.github/workflows/conda-cpp-tests.yaml b/.github/workflows/conda-cpp-tests.yaml index 5d5c8a58..f01cf690 100644 --- a/.github/workflows/conda-cpp-tests.yaml +++ b/.github/workflows/conda-cpp-tests.yaml @@ -236,6 +236,7 @@ jobs: # # TODO: remove these when this is resolved: https://github.com/conda/infrastructure/issues/1286#issuecomment-4628580232 CONDA_PLUGINS_USE_SHARDED_REPODATA: false + MAMBA_USE_SHARDED_REPODATA: false RATTLER_SHARDED: false - name: Generate test report uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 diff --git a/.github/workflows/conda-python-build.yaml b/.github/workflows/conda-python-build.yaml index 112d30cf..aaa68ae7 100644 --- a/.github/workflows/conda-python-build.yaml +++ b/.github/workflows/conda-python-build.yaml @@ -193,6 +193,7 @@ jobs: # # TODO: remove these when this is resolved: https://github.com/conda/infrastructure/issues/1286#issuecomment-4628580232 CONDA_PLUGINS_USE_SHARDED_REPODATA: false + MAMBA_USE_SHARDED_REPODATA: false RATTLER_SHARDED: false - name: Get Package Name and Location if: ${{ inputs.upload-artifacts }} diff --git a/.github/workflows/conda-python-tests.yaml b/.github/workflows/conda-python-tests.yaml index b57280c2..537c16ac 100644 --- a/.github/workflows/conda-python-tests.yaml +++ b/.github/workflows/conda-python-tests.yaml @@ -241,6 +241,7 @@ jobs: # # TODO: remove these when this is resolved: https://github.com/conda/infrastructure/issues/1286#issuecomment-4628580232 CONDA_PLUGINS_USE_SHARDED_REPODATA: false + MAMBA_USE_SHARDED_REPODATA: false RATTLER_SHARDED: false - name: Generate test report uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 diff --git a/.github/workflows/custom-job.yaml b/.github/workflows/custom-job.yaml index 51f5f0ec..c21777d0 100644 --- a/.github/workflows/custom-job.yaml +++ b/.github/workflows/custom-job.yaml @@ -211,6 +211,7 @@ jobs: # # TODO: remove these when this is resolved: https://github.com/conda/infrastructure/issues/1286#issuecomment-4628580232 CONDA_PLUGINS_USE_SHARDED_REPODATA: false + MAMBA_USE_SHARDED_REPODATA: false RATTLER_SHARDED: false - name: Upload file to GitHub Artifact uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7