Skip to content

Commit 273b08e

Browse files
Merge upstream develop
2 parents 03c6bf1 + 95f404a commit 273b08e

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

.cirrus.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,24 @@ build_ios_task:
22
name: buildReactNativeIOS
33
macos_instance:
44
image: ghcr.io/cirruslabs/macos-sequoia-xcode:26.2
5+
env:
6+
CARGO_HOME: $CIRRUS_WORKING_DIR/.cargo
7+
CARGO_TARGET_DIR: $CIRRUS_WORKING_DIR/target
8+
cargo_registry_cache:
9+
folder: $CIRRUS_WORKING_DIR/.cargo/registry
10+
fingerprint_script:
11+
- cat packages/rs-core/Cargo.lock
12+
cargo_git_cache:
13+
folder: $CIRRUS_WORKING_DIR/.cargo/git
14+
fingerprint_script:
15+
- cat packages/rs-core/Cargo.lock
16+
target_cache:
17+
folder: $CIRRUS_WORKING_DIR/target
18+
fingerprint_script:
19+
- cat packages/rs-core/Cargo.lock pnpm-lock.yaml
520
build_script:
6-
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
7-
- source "$HOME/.cargo/env"
21+
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
22+
- source "$CARGO_HOME/env"
823
- brew install just protobuf cmake ninja clang-format pnpm
924
- cd packages/react-native
1025
- |

0 commit comments

Comments
 (0)