Skip to content

Commit f3c2797

Browse files
MNT: Re-rendered with conda-build 25.5.0, conda-smithy 3.50.1, and conda-forge-pinning 2025.06.18.21.04.15
1 parent 67e5012 commit f3c2797

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

.ci_support/win_64_python3.10.____cpython.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
c_compiler:
2-
- vs2019
2+
- vs2022
33
c_stdlib:
44
- vs
55
channel_sources:
@@ -9,7 +9,7 @@ channel_targets:
99
curl:
1010
- '8'
1111
cxx_compiler:
12-
- vs2019
12+
- vs2022
1313
github_actions_labels:
1414
- cirun-openstack-cpu-4xlarge
1515
libgrpc:

.ci_support/win_64_python3.11.____cpython.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
c_compiler:
2-
- vs2019
2+
- vs2022
33
c_stdlib:
44
- vs
55
channel_sources:
@@ -9,7 +9,7 @@ channel_targets:
99
curl:
1010
- '8'
1111
cxx_compiler:
12-
- vs2019
12+
- vs2022
1313
github_actions_labels:
1414
- cirun-openstack-cpu-4xlarge
1515
libgrpc:

.ci_support/win_64_python3.12.____cpython.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
c_compiler:
2-
- vs2019
2+
- vs2022
33
c_stdlib:
44
- vs
55
channel_sources:
@@ -9,7 +9,7 @@ channel_targets:
99
curl:
1010
- '8'
1111
cxx_compiler:
12-
- vs2019
12+
- vs2022
1313
github_actions_labels:
1414
- cirun-openstack-cpu-4xlarge
1515
libgrpc:

.ci_support/win_64_python3.9.____cpython.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
c_compiler:
2-
- vs2019
2+
- vs2022
33
c_stdlib:
44
- vs
55
channel_sources:
@@ -9,7 +9,7 @@ channel_targets:
99
curl:
1010
- '8'
1111
cxx_compiler:
12-
- vs2019
12+
- vs2022
1313
github_actions_labels:
1414
- cirun-openstack-cpu-4xlarge
1515
libgrpc:

.github/workflows/conda-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ jobs:
5959
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}
6060
shell: bash
6161
run: |
62-
echo "::group::Configure binfmt_misc"
63-
docker run --rm --privileged multiarch/qemu-user-static:register --reset --credential yes
62+
if [[ "$(uname -m)" == "x86_64" ]]; then
63+
echo "::group::Configure binfmt_misc"
64+
docker run --rm --privileged multiarch/qemu-user-static:register --reset --credential yes
65+
fi
6466
export flow_run_id="github_$GITHUB_RUN_ID"
6567
export remote_url="https://github.com/$GITHUB_REPOSITORY"
6668
export sha="$GITHUB_SHA"

build-locally.py

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

0 commit comments

Comments
 (0)