We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a11ea commit cb25e18Copy full SHA for cb25e18
.ado/apple-integration.yml
@@ -90,9 +90,13 @@ jobs:
90
../scripts/xcodebuild.sh macos/Example.xcworkspace build
91
displayName: Build Intel
92
workingDirectory: react-native-test-app/example
93
+ env:
94
+ CCACHE_DISABLE: 1
95
- bash: |
96
set -eo pipefail
97
../scripts/xcodebuild.sh macos/Example.xcworkspace clean
98
../scripts/xcodebuild.sh macos/Example.xcworkspace build ARCHS=arm64
99
displayName: Build ARM
100
101
102
0 commit comments