File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,12 +62,15 @@ jobs:
6262 with :
6363 name : ReactNativeDependenciesRelease.xcframework.tar.gz
6464 path : /tmp/deps-release
65- # `spm download` primes both flavor slots per call and skips any slot that
66- # already validates, so prime in two passes: the first fills both slots
67- # with the Release bits, then debug/ is dropped and re-primed from the
68- # Debug tarballs while release/ validates and is left alone. hermes-engine
69- # is fetched from Maven by the command itself.
70- - name : Prime SwiftPM artifacts (Debug + Release)
65+ # The ordinary `spm download`, pointed at the XCFrameworks this run just
66+ # built rather than at the published nightly (RN_CORE_TARBALL_PATH /
67+ # RN_DEPS_TARBALL_PATH are overrides download-spm-artifacts.js already
68+ # supports). It fills both flavor slots per call and skips any slot that
69+ # already validates, so it runs twice: the first pass fills both slots
70+ # from the Release tarballs, then debug/ is dropped and refilled from the
71+ # Debug tarballs while release/ is left alone. hermes-engine is fetched
72+ # from Maven by the command itself.
73+ - name : Download XCFrameworks built in this run (Debug + Release)
7174 shell : bash
7275 working-directory : ${{ env.APP_IOS_DIR }}
7376 run : |
Original file line number Diff line number Diff line change @@ -73,12 +73,15 @@ jobs:
7373 - name : Prepare the HelloWorld application
7474 shell : bash
7575 run : node ./scripts/e2e/init-project-e2e.js --useHelloWorld --pathToLocalReactNative "/tmp/react-native-tmp/$(cat /tmp/react-native-tmp/react-native-package-version)"
76- # `spm download` primes both flavor slots per call and skips any slot that
77- # already validates, so prime in two passes: the first fills both slots
78- # with the Release bits, then debug/ is dropped and re-primed from the
79- # Debug tarballs while release/ validates and is left alone. hermes-engine
80- # is fetched from Maven by the command itself.
81- - name : Prime SwiftPM artifacts (Debug + Release)
76+ # The ordinary `spm download`, pointed at the XCFrameworks this run just
77+ # built rather than at the published nightly (RN_CORE_TARBALL_PATH /
78+ # RN_DEPS_TARBALL_PATH are overrides download-spm-artifacts.js already
79+ # supports). It fills both flavor slots per call and skips any slot that
80+ # already validates, so it runs twice: the first pass fills both slots
81+ # from the Release tarballs, then debug/ is dropped and refilled from the
82+ # Debug tarballs while release/ is left alone. hermes-engine is fetched
83+ # from Maven by the command itself.
84+ - name : Download XCFrameworks built in this run (Debug + Release)
8285 shell : bash
8386 working-directory : ${{ env.APP_IOS_DIR }}
8487 run : |
Original file line number Diff line number Diff line change @@ -62,12 +62,15 @@ jobs:
6262 with :
6363 name : ReactNativeDependenciesRelease.xcframework.tar.gz
6464 path : /tmp/deps-release
65- # `spm download` primes both flavor slots per call and skips any slot that
66- # already validates, so prime in two passes: the first fills both slots
67- # with the Release bits, then debug/ is dropped and re-primed from the
68- # Debug tarballs while release/ validates and is left alone. hermes-engine
69- # is fetched from Maven by the command itself.
70- - name : Prime SwiftPM artifacts (Debug + Release)
65+ # The ordinary `spm download`, pointed at the XCFrameworks this run just
66+ # built rather than at the published nightly (RN_CORE_TARBALL_PATH /
67+ # RN_DEPS_TARBALL_PATH are overrides download-spm-artifacts.js already
68+ # supports). It fills both flavor slots per call and skips any slot that
69+ # already validates, so it runs twice: the first pass fills both slots
70+ # from the Release tarballs, then debug/ is dropped and refilled from the
71+ # Debug tarballs while release/ is left alone. hermes-engine is fetched
72+ # from Maven by the command itself.
73+ - name : Download XCFrameworks built in this run (Debug + Release)
7174 shell : bash
7275 working-directory : ${{ env.APP_IOS_DIR }}
7376 run : |
You can’t perform that action at this time.
0 commit comments