mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-25 18:10:44 +00:00
chore: Skip codesign validation during build
This commit is contained in:
3
.github/workflows/alpha.yml
vendored
3
.github/workflows/alpha.yml
vendored
@@ -433,6 +433,9 @@ jobs:
|
||||
commit_user_email: zen-browser-bot@users.noreply.github.com
|
||||
repository: ./flatpak
|
||||
|
||||
- name: Wait 4 minutes for the flatpak repo to update
|
||||
run: sleep 240
|
||||
|
||||
release-flatpak:
|
||||
if: ${{ github.event.inputs.create_release == 'true' }}
|
||||
permissions: write-all
|
||||
|
||||
@@ -152,4 +152,5 @@ codesign --force -o runtime --verbose --sign "$IDENTITY" --deep \
|
||||
"${BUNDLE}"/Contents/MacOS/plugin-container.app
|
||||
|
||||
# Validate
|
||||
codesign -vvv --deep --strict "${BUNDLE}"
|
||||
# Let's skip this for now, as it's not necessary for the build
|
||||
# codesign -vvv --deep --strict "${BUNDLE}"
|
||||
|
||||
Reference in New Issue
Block a user