Skip to content

Commit

Permalink
adjust ci variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Aug 19, 2024
1 parent 15ca3bf commit 1f9f1de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .buildkite/full/react-native-cli-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ steps:
env:
DEBUG: true
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
artifact_paths: build/rn0_66.ipa
commands:
- test/react-native-cli/scripts/init-and-build-test.sh rn0_66
Expand All @@ -174,7 +174,7 @@ steps:
env:
DEBUG: true
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
artifact_paths: build/rn0_67.ipa
commands:
- test/react-native-cli/scripts/init-and-build-test.sh rn0_67
Expand All @@ -191,7 +191,7 @@ steps:
env:
DEBUG: true
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
artifact_paths: build/rn0_69.ipa
commands:
- test/react-native-cli/scripts/init-and-build-test.sh rn0_69
Expand Down
20 changes: 10 additions & 10 deletions .buildkite/full/react-native-ios-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
env:
REACT_NATIVE_VERSION: rn0.66
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
artifact_paths: build/rn0.66.ipa
commands:
- npm run test:build-react-native-ios
Expand All @@ -31,7 +31,7 @@ steps:
env:
REACT_NATIVE_VERSION: rn0.67
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
artifact_paths: build/rn0.67.ipa
commands:
- npm run test:build-react-native-ios
Expand All @@ -48,7 +48,7 @@ steps:
env:
REACT_NATIVE_VERSION: rn0.68-hermes
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
artifact_paths: build/rn0.68-hermes.ipa
commands:
- npm run test:build-react-native-ios
Expand All @@ -65,7 +65,7 @@ steps:
env:
REACT_NATIVE_VERSION: rn0.69
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
artifact_paths: build/rn0.69.ipa
commands:
- npm run test:build-react-native-ios
Expand All @@ -82,7 +82,7 @@ steps:
env:
REACT_NATIVE_VERSION: "rn0.71"
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
RCT_NEW_ARCH_ENABLED: "0"
ARTEFACT_NAME: "rn0.71-old-arch"
artifact_paths: build/rn0.71-old-arch.ipa
Expand All @@ -101,7 +101,7 @@ steps:
env:
REACT_NATIVE_VERSION: "rn0.71"
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
RCT_NEW_ARCH_ENABLED: "1"
ARTEFACT_NAME: "rn0.71-new-arch"
artifact_paths: build/rn0.71-new-arch.ipa
Expand All @@ -120,7 +120,7 @@ steps:
env:
REACT_NATIVE_VERSION: "rn0.72"
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
RCT_NEW_ARCH_ENABLED: "0"
ARTEFACT_NAME: "rn0.72-old-arch"
artifact_paths: build/rn0.72-old-arch.ipa
Expand All @@ -139,7 +139,7 @@ steps:
env:
REACT_NATIVE_VERSION: "rn0.72"
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
RCT_NEW_ARCH_ENABLED: "1"
ARTEFACT_NAME: "rn0.72-new-arch"
artifact_paths: build/rn0.72-new-arch.ipa
Expand All @@ -160,7 +160,7 @@ steps:
JS_SOURCE_DIR: "react_navigation_js"
ARTEFACT_NAME: "r_navigation_0.69"
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
artifact_paths: build/r_navigation_0.69.ipa
commands:
- npm run test:build-react-native-ios
Expand All @@ -181,7 +181,7 @@ steps:
JS_SOURCE_DIR: "react_native_navigation_js"
ARTEFACT_NAME: "r_native_navigation_0.66"
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
XCODE_VERSION: "15.3.0"
artifact_paths: build/r_native_navigation_0.66.ipa
commands:
- npm run test:build-react-native-ios
Expand Down
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ steps:
timeout_in_minutes: 35
agents:
queue: "macos-14"
env:
NODE_VERSION: "18"
commands:
# force the NPM registry as the default on CI is artifactory, which can't
# currently install from our lockfile
Expand Down

0 comments on commit 1f9f1de

Please sign in to comment.