Skip to content

Commit d7e3213

Browse files
authored
test new windows images end-to-end (#362)
1 parent 2ae6cac commit d7e3213

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

.ci_support/win_64_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channel_targets:
77
cxx_compiler:
88
- vs2022
99
github_actions_labels:
10-
- self-hosted@cirun-azure-windows-2xlarge
10+
- self-hosted@cirun-azure-windows-2xlarge-ng
1111
libxml2_devel:
1212
- '2.14'
1313
python_min:

.ci_support/win_arm64_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channel_targets:
77
cxx_compiler:
88
- vs2022
99
github_actions_labels:
10-
- self-hosted@cirun-azure-windows-2xlarge
10+
- self-hosted@cirun-azure-windows-2xlarge-ng
1111
libxml2_devel:
1212
- '2.14'
1313
python_min:

.github/workflows/conda-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
- CONFIG: win_64_
4141
UPLOAD_PACKAGES: True
4242
os: windows
43-
runs_on: ['cirun-azure-windows-2xlarge--${{ github.run_id }}-win_64_', 'windows', 'x64', 'self-hosted']
43+
runs_on: ['cirun-azure-windows-2xlarge-ng--${{ github.run_id }}-win_64_', 'windows', 'x64', 'self-hosted']
4444
- CONFIG: win_arm64_
4545
UPLOAD_PACKAGES: True
4646
os: windows
47-
runs_on: ['cirun-azure-windows-2xlarge--${{ github.run_id }}-win_arm64_', 'windows', 'x64', 'self-hosted']
47+
runs_on: ['cirun-azure-windows-2xlarge-ng--${{ github.run_id }}-win_arm64_', 'windows', 'x64', 'self-hosted']
4848
steps:
4949

5050
- name: Checkout code

recipe/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cxx_compiler: # [osx]
44
- clang_bootstrap # [osx]
55

66
github_actions_labels: # [win]
7-
- self-hosted@cirun-azure-windows-2xlarge # [win]
7+
- self-hosted@cirun-azure-windows-2xlarge-ng # [win]

recipe/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ source:
1818
- patches/0001-pass-through-QEMU_LD_PREFIX-SDKROOT.patch
1919

2020
build:
21-
number: 0
21+
number: 1
2222
merge_build_host: false
23+
# temporary skip
24+
skip: true # [not win]
2325

2426
requirements:
2527
build:

0 commit comments

Comments
 (0)