File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 - |
You can’t perform that action at this time.
0 commit comments