Skip to content

Commit 02d648f

Browse files
authored
fix: compilation of vscode-encrypt for darwin arm64 (microsoft#154762)
1 parent 04b95fc commit 02d648f

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

build/.cachesalt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-07-07T13:42:16.836Z
1+
2022-07-12T09:44:15.185Z

build/azure-pipelines/darwin/product-build-darwin.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ steps:
8080
condition: and(succeeded(), eq(variables.NODE_MODULES_RESTORED, 'true'))
8181
displayName: Extract node_modules cache
8282
83-
- script: |
84-
set -e
85-
npm install -g node-gyp@latest
86-
node-gyp --version
87-
displayName: Update node-gyp
88-
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))
89-
9083
- script: |
9184
set -e
9285
npx https://aka.ms/enablesecurefeed standAlone

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
33
"version": "1.70.0",
4-
"distro": "73c5eeb6818a9483d7a4bc2b9328223485a59de6",
4+
"distro": "1a629baefa2ce65ed9d03176536e957c80bf6703",
55
"author": {
66
"name": "Microsoft Corporation"
77
},

0 commit comments

Comments
 (0)