Skip to content

Commit cb25e18

Browse files
authored
ci: disable Ccache in integration pipeline (#1043)
1 parent d7a11ea commit cb25e18

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
@@ -90,9 +90,13 @@ jobs:
9090
../scripts/xcodebuild.sh macos/Example.xcworkspace build
9191
displayName: Build Intel
9292
workingDirectory: react-native-test-app/example
93+
env:
94+
CCACHE_DISABLE: 1
9395
- bash: |
9496
set -eo pipefail
9597
../scripts/xcodebuild.sh macos/Example.xcworkspace clean
9698
../scripts/xcodebuild.sh macos/Example.xcworkspace build ARCHS=arm64
9799
displayName: Build ARM
98100
workingDirectory: react-native-test-app/example
101+
env:
102+
CCACHE_DISABLE: 1

0 commit comments

Comments
 (0)