parent
7b7bd11d11
commit
b2b97c2a7e
@ -569,12 +569,11 @@ task:
|
||||
|
||||
- name: verify_binaries_codesigned-macos # macos-only
|
||||
# TODO(fujino): remove this `only_if` after https://github.com/flutter/flutter/issues/44372
|
||||
only_if: "$CIRRUS_BASE_BRANCH != 'master'"
|
||||
only_if: "$CIRRUS_BRANCH == 'dev' || $CIRRUS_BRANCH == 'beta' || $CIRRUS_BRANCH == 'stable' || $CIRRUS_BRANCH =~ '.*hotfix.*'"
|
||||
depends_on:
|
||||
- analyze-linux
|
||||
script:
|
||||
- ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976
|
||||
- ./bin/flutter precache # ensure cached binaries are present
|
||||
- dart --enable-asserts ./dev/bots/codesign.dart
|
||||
|
||||
docker_builder:
|
||||
|
Loading…
x
Reference in New Issue
Block a user