Skip to content

Commit 46229f1

Browse files
libmetatomic-torch v0.1.17 (#24)
* updated v0.1.17 * MNT: Re-rendered with conda-smithy 2026.8.9 and conda-forge-pinning 2026.08.09.00.32.1
1 parent 18df94f commit 46229f1

11 files changed

Lines changed: 78 additions & 66 deletions

File tree

.azure-pipelines/azure-pipelines-linux.yml

100755100644
File mode changed.

.azure-pipelines/azure-pipelines-osx.yml

100755100644
File mode changed.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/conda-build.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,22 @@ jobs:
3434
resize_partitions: False
3535
runs_on: ['ubuntu-latest']
3636
tools_install_dir: ~/miniforge3
37+
- CONFIG: win_64_
38+
STORE_BUILD_ARTIFACTS: False
39+
UPLOAD_PACKAGES: True
40+
build_platform: win-64
41+
build_workspace_dir: D:\\bld\\
42+
docker_run_args:
43+
free_disk_space: skip
44+
os: windows
45+
pagefile_size: 0
46+
resize_partitions: False
47+
runs_on: ['windows-2022']
48+
tools_install_dir: D:\Miniforge
3749
steps:
3850

3951
- name: Checkout code
40-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
52+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4153
- name: Configure binfmt_misc
4254
if: matrix.os == 'ubuntu'
4355
shell: bash
@@ -66,7 +78,7 @@ jobs:
6678
run: |
6779
export CONDA_BLD_PATH="${CONDA_BLD_PATH/#~/${HOME}}"
6880
export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)"
69-
export GIT_BRANCH="$(basename $GITHUB_REF)"
81+
export GIT_BRANCH="${GITHUB_REF_NAME}"
7082
export MINIFORGE_HOME="${MINIFORGE_HOME/#~/${HOME}}"
7183
export flow_run_id="github_$GITHUB_RUN_ID"
7284
export remote_url="https://github.com/$GITHUB_REPOSITORY"
@@ -96,7 +108,7 @@ jobs:
96108
run: |
97109
export CONDA_BLD_PATH="${CONDA_BLD_PATH/#~/${HOME}}"
98110
export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)"
99-
export GIT_BRANCH="$(basename $GITHUB_REF)"
111+
export GIT_BRANCH="${GITHUB_REF_NAME}"
100112
export MINIFORGE_HOME="${MINIFORGE_HOME/#~/${HOME}}"
101113
export flow_run_id="github_$GITHUB_RUN_ID"
102114
export remote_url="https://github.com/$GITHUB_REPOSITORY"
@@ -118,6 +130,7 @@ jobs:
118130
set "sha=%GITHUB_SHA%"
119131
call ".scripts\run_win_build.bat"
120132
env:
133+
BUILD_PLATFORM: ${{ matrix.build_platform }}
121134
CI: github_actions
122135
CONDA_BLD_PATH: ${{ matrix.build_workspace_dir }}
123136
CONFIG: ${{ matrix.CONFIG }}

.scripts/build_steps.sh

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/logging_utils.sh

100644100755
File mode changed.

.scripts/run_osx_build.sh

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_win_build.bat

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 49 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)