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 b758848 commit f807757Copy full SHA for f807757
.ado/apple-integration.yml
@@ -92,9 +92,13 @@ jobs:
92
../scripts/xcodebuild.sh macos/Example.xcworkspace build
93
displayName: Build Intel
94
workingDirectory: react-native-test-app/example
95
+ env:
96
+ CCACHE_DISABLE: 1
97
- bash: |
98
set -eo pipefail
99
../scripts/xcodebuild.sh macos/Example.xcworkspace clean
100
../scripts/xcodebuild.sh macos/Example.xcworkspace build ARCHS=arm64
101
displayName: Build ARM
102
103
104
0 commit comments