Skip to content

Commit 238ccba

Browse files
authored
[Infra] Disable 'client_app / cocoapods' GHA job (#11775)
1 parent acfd28c commit 238ccba

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

.github/workflows/client_app.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,20 @@ jobs:
3939
- name: Build Client App –– ${{ matrix.platform }}
4040
run: scripts/third_party/travis/retry.sh ./scripts/build.sh SwiftPMClientApp ${{ matrix.platform }} xcodebuild
4141

42-
client-app-cocoapods:
43-
# Don't run on private repo unless it is a PR.
44-
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
45-
runs-on: macos-12
46-
steps:
47-
- uses: actions/checkout@v3
48-
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
49-
with:
50-
cache_key: ${{ matrix.os }}
51-
- uses: ruby/setup-ruby@v1
52-
- name: Setup Bundler
53-
run: scripts/setup_bundler.sh
54-
- name: Prereqs
55-
run: scripts/install_prereqs.sh ClientApp iOS xcodebuild
56-
- name: Build
57-
run: scripts/build.sh CocoaPodsClientApp iOS xcodebuild
42+
# TODO(ncooke3): Re-enable when `rc-swift-merged` is ready to merge into `master`. See #11766.
43+
# client-app-cocoapods:
44+
# # Don't run on private repo unless it is a PR.
45+
# if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
46+
# runs-on: macos-12
47+
# steps:
48+
# - uses: actions/checkout@v3
49+
# - uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
50+
# with:
51+
# cache_key: ${{ matrix.os }}
52+
# - uses: ruby/setup-ruby@v1
53+
# - name: Setup Bundler
54+
# run: scripts/setup_bundler.sh
55+
# - name: Prereqs
56+
# run: scripts/install_prereqs.sh ClientApp iOS xcodebuild
57+
# - name: Build
58+
# run: scripts/build.sh CocoaPodsClientApp iOS xcodebuild

0 commit comments

Comments
 (0)