Skip to content

Commit

Permalink
Repro issue on CocoaPods (macOS 12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Oct 10, 2023
1 parent 2fb3eb9 commit 7a53393
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/client_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,19 @@ jobs:
- name: Build Client App –– ${{ matrix.platform }}
run: scripts/third_party/travis/retry.sh ./scripts/build.sh SwiftPMClientApp ${{ matrix.platform }} xcodebuild

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

0 comments on commit 7a53393

Please sign in to comment.