Skip to content

Commit 32a3a1c

Browse files
committed
ci: temporarily exclude windows-11-arm runner jobs using winget
1 parent e38b682 commit 32a3a1c

5 files changed

Lines changed: 36 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@ jobs:
5353
arch: amd64
5454
- name: aarch64-pc-windows-msvc
5555
arch: arm64
56-
56+
57+
exclude:
58+
# Temporary disable: our install-winget action currently results in faulty winget installs on the windows-11-arm GitHub runner image.
59+
- runner:
60+
name: windows-11-arm
61+
wdk:
62+
source: winget
63+
5764
runs-on: ${{ matrix.runner.name }}
5865

5966
steps:

.github/workflows/docs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ jobs:
5252
- name: aarch64-pc-windows-msvc
5353
arch: arm64
5454

55+
exclude:
56+
# Temporary disable: our install-winget action currently results in faulty winget installs on the windows-11-arm GitHub runner image.
57+
- runner:
58+
name: windows-11-arm
59+
wdk:
60+
source: winget
61+
5562
runs-on: ${{ matrix.runner.name }}
5663

5764
steps:

.github/workflows/lint.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
- name: aarch64-pc-windows-msvc
5656
arch: arm64
5757

58+
exclude:
59+
# Temporary disable: our install-winget action currently results in faulty winget installs on the windows-11-arm GitHub runner image.
60+
- runner:
61+
name: windows-11-arm
62+
wdk:
63+
source: winget
64+
5865
runs-on: ${{ matrix.runner.name }}
5966

6067
steps:

.github/workflows/local-development-makefile.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
llvm:
3838
- 17.0.6
3939

40+
exclude:
41+
# Temporary disable: our install-winget action currently results in faulty winget installs on the windows-11-arm GitHub runner image.
42+
- runner:
43+
name: windows-11-arm
44+
wdk:
45+
source: winget
46+
4047
runs-on: ${{ matrix.runner.name }}
4148

4249
steps:

.github/workflows/test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ jobs:
4444
- dev
4545
- release
4646

47+
exclude:
48+
# Temporary disable: our install-winget action currently results in faulty winget installs on the windows-11-arm GitHub runner image.
49+
- runner:
50+
name: windows-11-arm
51+
wdk:
52+
source: winget
53+
4754
runs-on: ${{ matrix.runner.name }}
4855

4956
steps:

0 commit comments

Comments
 (0)