From 672960cb02e3739d89cf66208db5deb327d5d9fb Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 10 Jun 2026 08:13:23 +0000 Subject: [PATCH 1/2] updated v0.16.0 --- recipe/recipe.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 768c316..1cf7d49 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -2,7 +2,7 @@ schema_version: 1 context: - version: "0.15.0" + version: "0.16.0" python_min: "3.12" recipe: @@ -19,7 +19,7 @@ outputs: version: ${{ version }} source: url: https://pypi.org/packages/source/h/hydra-kernel/hydra_kernel-${{ version }}.tar.gz - sha256: "b9c72c7a627577c1b2ab73de8001b664212a80d549c26fad8b97b571fc303eec" + sha256: "215c4c097a34bc24c5a0e74dfe263e6082a841f6bf6b6c4f8bcfaabb65514e82" build: noarch: python script: @@ -48,7 +48,7 @@ outputs: version: ${{ version }} source: url: https://pypi.org/packages/source/h/hydra-rdf/hydra_rdf-${{ version }}.tar.gz - sha256: "74efa8ea85f98e4f459730e6a0bc451e3401bca0838823eea8466b32ac3d3136" + sha256: "aeba504b0ed7b3a3ed1e1643aba353d3ad5e4bd1b5a8bd05277670ef485839d6" build: noarch: python script: @@ -77,7 +77,7 @@ outputs: version: ${{ version }} source: url: https://pypi.org/packages/source/h/hydra-pg/hydra_pg-${{ version }}.tar.gz - sha256: "b920f8a1d8ebeecdd1550df02a97167b57a1b5d84bca1c89c2553b4f6c3d815d" + sha256: "0d707319a1a11d728917a94bfbf0999f2ace83adc5e7dd53b9fa56353aa71541" build: noarch: python script: @@ -138,7 +138,7 @@ outputs: version: ${{ version }} source: url: https://pypi.org/packages/source/h/hydra-python/hydra_python-${{ version }}.tar.gz - sha256: "52f04e3419af16dd18a58b9b49976121874818f1c41e050c36896e845b26ab91" + sha256: "a58931a0f4eb66d4a469361eb167a4ad936b0acf25d431dc9b2d37a047d5aa16" build: noarch: python script: From cec2ac88269e85f231510e0276b228f4333d1625 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 10 Jun 2026 08:13:40 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-smithy 2026.5.29 and conda-forge-pinning 2026.06.10.06.13.4 --- .github/workflows/conda-build.yml | 19 ++++++++++++++----- .scripts/build_steps.sh | 2 +- README.md | 4 +++- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 4b12dcf..fe4baaf 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -28,6 +28,9 @@ jobs: os: ubuntu runs_on: ['ubuntu-latest'] DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 + tools_install_dir: ~/miniforge3 + build_workspace_dir: build_artifacts + docker_run_args: steps: - name: Checkout code @@ -37,11 +40,13 @@ jobs: id: build-linux if: matrix.os == 'ubuntu' env: + MINIFORGE_HOME: ${{ matrix.tools_install_dir }} + CONDA_BLD_PATH: ${{ matrix.build_workspace_dir }} CONFIG: ${{ matrix.CONFIG }} UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }} DOCKER_IMAGE: ${{ matrix.DOCKER_IMAGE }} CI: github_actions - CONDA_FORGE_DOCKER_RUN_ARGS: "${{ matrix.CONDA_FORGE_DOCKER_RUN_ARGS }}" + CONDA_FORGE_DOCKER_RUN_ARGS: "${{ matrix.docker_run_args }}" BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }} FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }} STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }} @@ -61,6 +66,8 @@ jobs: else export IS_PR_BUILD="False" fi + export MINIFORGE_HOME="${MINIFORGE_HOME/#~/${HOME}}" + export CONDA_BLD_PATH="${CONDA_BLD_PATH/#~/${HOME}}" echo "::endgroup::" ./.scripts/run_docker_build.sh @@ -68,6 +75,8 @@ jobs: id: build-macos if: matrix.os == 'macos' env: + MINIFORGE_HOME: ${{ matrix.tools_install_dir }} + CONDA_BLD_PATH: ${{ matrix.build_workspace_dir }} CONFIG: ${{ matrix.CONFIG }} UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }} CI: github_actions @@ -86,6 +95,8 @@ jobs: else export IS_PR_BUILD="False" fi + export MINIFORGE_HOME="${MINIFORGE_HOME/#~/${HOME}}" + export CONDA_BLD_PATH="${CONDA_BLD_PATH/#~/${HOME}}" ./.scripts/run_osx_build.sh - name: Build on windows @@ -98,10 +109,8 @@ jobs: set "sha=%GITHUB_SHA%" call ".scripts\run_win_build.bat" env: - # default value; make it explicit, as it needs to match with artefact - # generation below. Not configurable for now, can be revisited later - CONDA_BLD_PATH: C:\bld - MINIFORGE_HOME: ${{ contains(runner.arch, 'ARM') && 'C' || 'D' }}:\Miniforge + MINIFORGE_HOME: ${{ matrix.tools_install_dir }} + CONDA_BLD_PATH: ${{ matrix.build_workspace_dir }} PYTHONUNBUFFERED: 1 CONFIG: ${{ matrix.CONFIG }} CI: github_actions diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 80306f8..88aca38 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -36,7 +36,7 @@ mv /opt/conda/conda-meta/history /opt/conda/conda-meta/history.$(date +%Y-%m-%d- echo > /opt/conda/conda-meta/history micromamba install --root-prefix ~/.conda --prefix /opt/conda \ --yes --override-channels --channel conda-forge --strict-channel-priority \ - pip rattler-build conda-forge-ci-setup=4 "conda-build>=24.1" + pip rattler-build conda-forge-ci-setup=4 "conda-build>=26.3" export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1 # set up the condarc diff --git a/README.md b/README.md index fb96424..9303daf 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,9 @@ Current build status
| All platforms: |
- |