Skip to content

Commit

Permalink
Attempt to build RN on macOS 14
Browse files Browse the repository at this point in the history
[full ci]
  • Loading branch information
twometresteve committed Jul 25, 2024
1 parent 5b87222 commit 8e1aef8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
12 changes: 6 additions & 6 deletions .buildkite/full/react-native-cli-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ steps:
key: "rn-cli-0-66-ipa"
timeout_in_minutes: 30
agents:
queue: "macos-12-arm"
queue: "macos-14"
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 @@ -170,11 +170,11 @@ steps:
key: "rn-cli-0-67-ipa"
timeout_in_minutes: 30
agents:
queue: "macos-12-arm"
queue: "macos-14"
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 @@ -187,11 +187,11 @@ steps:
key: "rn-cli-0-69-ipa"
timeout_in_minutes: 30
agents:
queue: "macos-12-arm"
queue: "macos-14"
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
40 changes: 20 additions & 20 deletions .buildkite/full/react-native-ios-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ steps:
key: "rn-0-66-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
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 @@ -27,11 +27,11 @@ steps:
key: "rn-0-67-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
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 @@ -44,11 +44,11 @@ steps:
key: "rn-0-68-hermes-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
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 @@ -61,11 +61,11 @@ steps:
key: "rn-0-69-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
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 @@ -78,11 +78,11 @@ steps:
key: "rn-0-71-old-arch-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
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 @@ -97,11 +97,11 @@ steps:
key: "rn-0-71-new-arch-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
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 @@ -116,11 +116,11 @@ steps:
key: "rn-0-72-old-arch-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
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 @@ -135,11 +135,11 @@ steps:
key: "rn-0-72-new-arch-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
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 @@ -154,13 +154,13 @@ steps:
key: "react-navigation-0-69-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: rn0.69
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 @@ -175,13 +175,13 @@ steps:
key: "react-native-navigation-0-66-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: rn0.66
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

0 comments on commit 8e1aef8

Please sign in to comment.