Skip to content

Commit a7d730f

Browse files
authored
ci: disable Ccache in integration pipeline (#1043) (#1049)
1 parent b758848 commit a7d730f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ado/apple-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,13 @@ jobs:
9292
../scripts/xcodebuild.sh macos/Example.xcworkspace build
9393
displayName: Build Intel
9494
workingDirectory: react-native-test-app/example
95+
env:
96+
CCACHE_DISABLE: 1
9597
- bash: |
9698
set -eo pipefail
9799
../scripts/xcodebuild.sh macos/Example.xcworkspace clean
98100
../scripts/xcodebuild.sh macos/Example.xcworkspace build ARCHS=arm64
99101
displayName: Build ARM
100102
workingDirectory: react-native-test-app/example
103+
env:
104+
CCACHE_DISABLE: 1

0 commit comments

Comments
 (0)