Skip to content

Commit 7faff20

Browse files
committed
move fst check symbols
1 parent 3e624b0 commit 7faff20

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.github/workflows/zip.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,38 @@ jobs:
124124
# # name of.
125125
# path: zip_output_dir
126126

127+
# check_framework_firestore_symbols:
128+
# # needs: package-head
129+
# # if: ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '') }}
130+
# env:
131+
# FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
132+
# runs-on: macos-14
133+
# steps:
134+
# - name: Xcode 16.2
135+
# run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
136+
# - uses: actions/checkout@v4
137+
# - name: Get framework dir
138+
# uses: actions/[email protected]
139+
# with:
140+
# name: Firebase-actions-dir
141+
# run-id: 17965877651 # ${{ github.event.inputs.zip_run_id || github.run_id }}
142+
# github-token: ${{ secrets.GITHUB_TOKEN }}
143+
# - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
144+
# - name: Setup Bundler
145+
# run: ./scripts/setup_bundler.sh
146+
# - name: Install xcpretty
147+
# run: gem install xcpretty
148+
# - name: Move frameworks
149+
# run: |
150+
# mkdir -p "${HOME}"/ios_frameworks/
151+
# find "${GITHUB_WORKSPACE}" -name "Firebase*latest.zip" -exec unzip -d "${HOME}"/ios_frameworks/ {} +
152+
# - uses: actions/checkout@v4
153+
# - name: Check linked Firestore.xcframework for unlinked symbols.
154+
# run: |
155+
# scripts/check_firestore_symbols.sh \
156+
# $(pwd) \
157+
# "${HOME}"/ios_frameworks/Firebase/FirebaseFirestore/FirebaseFirestoreInternal.xcframework
158+
127159
# quickstart_framework_abtesting:
128160
# # needs: package-head
129161
# # if: ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '') }}
@@ -444,38 +476,6 @@ jobs:
444476
# name: quickstart_artifacts_firestore_${{ matrix.artifact }}_${{ matrix.build-env.os }}
445477
# path: quickstart_artifacts_firestore.zip
446478

447-
# check_framework_firestore_symbols:
448-
# # needs: package-head
449-
# # if: ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '') }}
450-
# env:
451-
# FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
452-
# runs-on: macos-14
453-
# steps:
454-
# - name: Xcode 16.2
455-
# run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
456-
# - uses: actions/checkout@v4
457-
# - name: Get framework dir
458-
# uses: actions/[email protected]
459-
# with:
460-
# name: Firebase-actions-dir
461-
# run-id: 17965877651 # ${{ github.event.inputs.zip_run_id || github.run_id }}
462-
# github-token: ${{ secrets.GITHUB_TOKEN }}
463-
# - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
464-
# - name: Setup Bundler
465-
# run: ./scripts/setup_bundler.sh
466-
# - name: Install xcpretty
467-
# run: gem install xcpretty
468-
# - name: Move frameworks
469-
# run: |
470-
# mkdir -p "${HOME}"/ios_frameworks/
471-
# find "${GITHUB_WORKSPACE}" -name "Firebase*latest.zip" -exec unzip -d "${HOME}"/ios_frameworks/ {} +
472-
# - uses: actions/checkout@v4
473-
# - name: Check linked Firestore.xcframework for unlinked symbols.
474-
# run: |
475-
# scripts/check_firestore_symbols.sh \
476-
# $(pwd) \
477-
# "${HOME}"/ios_frameworks/Firebase/FirebaseFirestore/FirebaseFirestoreInternal.xcframework
478-
479479
quickstart_framework_inappmessaging:
480480
# needs: package-head
481481
# if: ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '') }}

0 commit comments

Comments
 (0)