@@ -104,60 +104,60 @@ jobs:
104104 # path: .build
105105 # key: ${{ steps.generate_cache_key.outputs.cache_key }}
106106
107- spm :
108- # Don't run on private repo unless it is a PR.
109- if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
110- needs : [spm-package-resolved]
111- strategy :
112- matrix :
113- include :
114- - os : macos-13
115- xcode : Xcode_15.2
116- target : iOS
117- test : spm
118- - os : macos-14
119- xcode : Xcode_15.4
120- target : iOS
121- test : spm
122- - os : macos-15
123- xcode : Xcode_16
124- target : iOS
125- test : spm
126- - os : macos-15
127- xcode : Xcode_16
128- target : tvOS
129- test : spm
130- - os : macos-15
131- xcode : Xcode_16
132- target : macOS
133- test : spm
134- - os : macos-15
135- xcode : Xcode_16
136- target : watchOS
137- test : spmbuildonly
138- - os : macos-15
139- xcode : Xcode_16
140- target : catalyst
141- test : spm
142- - os : macos-15
143- xcode : Xcode_16
144- target : visionOS
145- test : spm
146- runs-on : ${{ matrix.os }}
147- steps :
148- - uses : actions/checkout@v4
149- - uses : actions/cache/restore@v4
150- with :
151- path : .build
152- key : ${{needs.spm-package-resolved.outputs.cache_key}}
153- - name : Xcode
154- run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
155- - name : Initialize xcodebuild
156- run : scripts/setup_spm_tests.sh
157- - name : Unit Tests
158- run : scripts/third_party/travis/retry.sh ./scripts/build.sh RemoteConfigUnit ${{ matrix.target }} spm
159- - name : Fake Console tests
160- run : scripts/third_party/travis/retry.sh ./scripts/build.sh RemoteConfigFakeConsole ${{ matrix.target }} ${{ matrix.test }}
107+ # spm:
108+ # # Don't run on private repo unless it is a PR.
109+ # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
110+ # needs: [spm-package-resolved]
111+ # strategy:
112+ # matrix:
113+ # include:
114+ # - os: macos-13
115+ # xcode: Xcode_15.2
116+ # target: iOS
117+ # test: spm
118+ # - os: macos-14
119+ # xcode: Xcode_15.4
120+ # target: iOS
121+ # test: spm
122+ # - os: macos-15
123+ # xcode: Xcode_16
124+ # target: iOS
125+ # test: spm
126+ # - os: macos-15
127+ # xcode: Xcode_16
128+ # target: tvOS
129+ # test: spm
130+ # - os: macos-15
131+ # xcode: Xcode_16
132+ # target: macOS
133+ # test: spm
134+ # - os: macos-15
135+ # xcode: Xcode_16
136+ # target: watchOS
137+ # test: spmbuildonly
138+ # - os: macos-15
139+ # xcode: Xcode_16
140+ # target: catalyst
141+ # test: spm
142+ # - os: macos-15
143+ # xcode: Xcode_16
144+ # target: visionOS
145+ # test: spm
146+ # runs-on: ${{ matrix.os }}
147+ # steps:
148+ # - uses: actions/checkout@v4
149+ # - uses: actions/cache/restore@v4
150+ # with:
151+ # path: .build
152+ # key: ${{needs.spm-package-resolved.outputs.cache_key}}
153+ # - name: Xcode
154+ # run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
155+ # - name: Initialize xcodebuild
156+ # run: scripts/setup_spm_tests.sh
157+ # - name: Unit Tests
158+ # run: scripts/third_party/travis/retry.sh ./scripts/build.sh RemoteConfigUnit ${{ matrix.target }} spm
159+ # - name: Fake Console tests
160+ # run: scripts/third_party/travis/retry.sh ./scripts/build.sh RemoteConfigFakeConsole ${{ matrix.target }} ${{ matrix.test }}
161161
162162 catalyst :
163163 # Don't run on private repo unless it is a PR.
0 commit comments