You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ls /Applications/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
yarn electron-rebuild
cd ./node_modules/keytar
node-gyp rebuild
displayName: Rebuild native modules for ARM64
condition: eq(variables['VSCODE_ARCH'], 'arm64')
@deepak1556 Shouldn't these be in the node_modules build cache as well?
Also, since we're looking into reducing build time... it seems like we first build them... and then we rebuild them. Any chance we can build them right the first time?
The text was updated successfully, but these errors were encountered:
The cross compilation was not working correctly with yarn, so had to electron-rebuild which walks down the node_modules folder and rebuilds only the native modules. Haven't checked if the problem still persists, will test https://github.com/microsoft/vscode/tree/robo/cleanup_darwin_ci
vscode/build/azure-pipelines/darwin/product-build-darwin.yml
Lines 120 to 131 in d819caf
@deepak1556 Shouldn't these be in the node_modules build cache as well?
Also, since we're looking into reducing build time... it seems like we first build them... and then we rebuild them. Any chance we can build them right the first time?
The text was updated successfully, but these errors were encountered: