Skip to content

Commit 66dec13

Browse files
authored
Auto merge of servo#28724 - servo:jdm-patch-52, r=jdm
Disable UWP packaging on CI. Due to servo#28721, we cannot merge any PRs until we regenerate the code signing certificate for UWP builds. Until that happens, let's turn off UWP packaging on PRs.
2 parents d551e63 + 2e61a3b commit 66dec13

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/main.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- name: Release build
5555
working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
5656
run: python mach build --release --target=x86_64-uwp-windows-msvc
57-
- name: Package
58-
working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
59-
run: python mach package --release --target=x86_64-uwp-windows-msvc --uwp=x64
60-
env:
61-
CODESIGN_CERT: ${{ secrets.WINDOWS_CODESIGN_CERT }}
57+
#- name: Package
58+
# working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
59+
# run: python mach package --release --target=x86_64-uwp-windows-msvc --uwp=x64
60+
# env:
61+
# CODESIGN_CERT: ${{ secrets.WINDOWS_CODESIGN_CERT }}
6262
- name: Tidy
6363
run: python mach test-tidy --force-cpp --no-wpt
6464

@@ -79,11 +79,11 @@ jobs:
7979
- name: Release build
8080
working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
8181
run: python mach build --release --target=aarch64-uwp-windows-msvc
82-
- name: Package
83-
working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
84-
run: python mach package --release --target=aarch64-uwp-windows-msvc --uwp=arm64
85-
env:
86-
CODESIGN_CERT: ${{ secrets.WINDOWS_CODESIGN_CERT }}
82+
#- name: Package
83+
# working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
84+
# run: python mach package --release --target=aarch64-uwp-windows-msvc --uwp=arm64
85+
# env:
86+
# CODESIGN_CERT: ${{ secrets.WINDOWS_CODESIGN_CERT }}
8787

8888
build-mac:
8989
name: Build (macOS)

0 commit comments

Comments
 (0)