Skip to content

Commit bf8221f

Browse files
committed
core debug
1 parent ca87c4e commit bf8221f

File tree

1 file changed

+34
-33
lines changed

1 file changed

+34
-33
lines changed

.github/workflows/core.yml

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -26,36 +26,37 @@ jobs:
2626
uses: ./.github/workflows/common.yml
2727
with:
2828
target: CoreUnit
29-
30-
catalyst:
31-
uses: ./.github/workflows/common_catalyst.yml
32-
with:
33-
product: FirebaseCore
34-
target: FirebaseCore-Unit-unit
35-
36-
pod_lib_lint:
37-
uses: ./.github/workflows/common_cocoapods.yml
38-
with:
39-
product: FirebaseCore
40-
41-
core-cron-only:
42-
# Don't run on private repo.
43-
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
44-
45-
runs-on: macos-14
46-
strategy:
47-
matrix:
48-
target: [ios, tvos, macos]
49-
flags: [
50-
'--use-static-frameworks'
51-
]
52-
needs: pod_lib_lint
53-
steps:
54-
- uses: actions/checkout@v4
55-
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
56-
- name: Xcode
57-
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
58-
- name: Setup Bundler
59-
run: scripts/setup_bundler.sh
60-
- name: PodLibLint Core Cron
61-
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCore.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
29+
platforms: visionOS
30+
31+
# catalyst:
32+
# uses: ./.github/workflows/common_catalyst.yml
33+
# with:
34+
# product: FirebaseCore
35+
# target: FirebaseCore-Unit-unit
36+
#
37+
# pod_lib_lint:
38+
# uses: ./.github/workflows/common_cocoapods.yml
39+
# with:
40+
# product: FirebaseCore
41+
#
42+
# core-cron-only:
43+
# # Don't run on private repo.
44+
# if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
45+
#
46+
# runs-on: macos-14
47+
# strategy:
48+
# matrix:
49+
# target: [ios, tvos, macos]
50+
# flags: [
51+
# '--use-static-frameworks'
52+
# ]
53+
# needs: pod_lib_lint
54+
# steps:
55+
# - uses: actions/checkout@v4
56+
# - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
57+
# - name: Xcode
58+
# run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
59+
# - name: Setup Bundler
60+
# run: scripts/setup_bundler.sh
61+
# - name: PodLibLint Core Cron
62+
# run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCore.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}

0 commit comments

Comments
 (0)