Skip to content

Commit

Permalink
chore: log module compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Jul 11, 2022
1 parent d3502bc commit 3ef6d10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/.cachesalt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-07-11T07:40:06.501Z
2022-07-11T11:53:00.388Z
10 changes: 2 additions & 8 deletions build/azure-pipelines/darwin/product-build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -99,9 +92,10 @@ steps:
set -e
export npm_config_arch=$(VSCODE_ARCH)
export npm_config_node_gyp=$(which node-gyp)
export npm_config_loglevel='silly'
for i in {1..3}; do # try 3 times, for Terrapin
yarn --frozen-lockfile --check-files && break
yarn --frozen-lockfile --check-files --verbose && break
if [ $i -eq 3 ]; then
echo "Yarn failed too many times" >&2
exit 1
Expand Down

0 comments on commit 3ef6d10

Please sign in to comment.