Add ZEN_GA_DISABLE_PGO environment variable to disable PGO and update codesign script for verbose output

This commit is contained in:
mr. M
2025-01-08 17:54:50 +01:00
parent c003a2594b
commit e9936865d9
5 changed files with 16 additions and 5 deletions

View File

@@ -135,6 +135,7 @@ jobs:
- name: Package
env:
SURFER_COMPAT: ${{ matrix.arch }}
ZEN_GA_DISABLE_PGO: true
run: |
export SURFER_PLATFORM="linux"
export ZEN_RELEASE=1

View File

@@ -134,6 +134,7 @@ jobs:
- name: Package
env:
SURFER_COMPAT: ${{ matrix.arch }}
ZEN_GA_DISABLE_PGO: true
run: |
export SURFER_PLATFORM="darwin"
export MACOS_APPLE_DEVELOPER_ID="${{ secrets.macOS_AppleDeveloperId }}"
@@ -158,6 +159,7 @@ jobs:
--apple-id "${{ secrets.macOS_AppleAccountId }}" \
--team-id "${{ secrets.macOS_AppleDeveloperIdTeamId }}" \
--password "${{ secrets.macOS_AppleDeveloperIdPassword }}" \
--verbose \
--wait
xcrun stapler staple "zen.macos-${{ matrix.arch }}.dmg"