fix: compilation of vscode-encrypt for darwin arm64 (#154762)

This commit is contained in:
Robo 2022-07-12 19:00:06 +09:00 committed by GitHub
parent 04b95fcebb
commit 02d648f962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 9 deletions

View file

@ -1 +1 @@
2022-07-07T13:42:16.836Z
2022-07-12T09:44:15.185Z

View file

@ -80,13 +80,6 @@ steps:
condition: and(succeeded(), eq(variables.NODE_MODULES_RESTORED, 'true'))
displayName: Extract node_modules cache
- script: |
set -e
npm install -g node-gyp@latest
node-gyp --version
displayName: Update node-gyp
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))
- script: |
set -e
npx https://aka.ms/enablesecurefeed standAlone

View file

@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.70.0",
"distro": "73c5eeb6818a9483d7a4bc2b9328223485a59de6",
"distro": "1a629baefa2ce65ed9d03176536e957c80bf6703",
"author": {
"name": "Microsoft Corporation"
},