Skip to content

Commit

Permalink
Fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 authored May 27, 2024
1 parent b3b911a commit 611c78c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insiders-gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
yarn npm-run-all --max_old_space_size=4095 -lp compile playwright-install download-builtin-extensions
env:
- DISABLE_V8_COMPILE_CACHE: 1
DISABLE_V8_COMPILE_CACHE: 1

- name: Push changes
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
yarn npm-run-all --max_old_space_size=4095 -lp compile playwright-install download-builtin-extensions
env:
- DISABLE_V8_COMPILE_CACHE: 1
DISABLE_V8_COMPILE_CACHE: 1

- name: Compile test suites
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-gp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
yarn gulp vscode-web-min-ci
yarn gulp vscode-reh-linux-x64-min-ci
env:
- DISABLE_V8_COMPILE_CACHE: 1
DISABLE_V8_COMPILE_CACHE: 1

- name: Upload web artifact
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
yarn gulp vscode-web-min-ci
yarn gulp vscode-reh-linux-x64-min-ci
env:
- DISABLE_V8_COMPILE_CACHE: 1
DISABLE_V8_COMPILE_CACHE: 1

- name: Custom Gitpod stuff
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
VSCODE_DISTRO_COMMIT="${distro_commit}" \
yarn gulp vscode-reh-web-linux-${{ matrix.vscode_arch }}-min
env:
- DISABLE_V8_COMPILE_CACHE: 1
DISABLE_V8_COMPILE_CACHE: 1

- name: Download playwright
if: matrix.vscode_arch == 'x64'
Expand All @@ -212,7 +212,7 @@ jobs:
compile-extension:ipynb \
compile-extension-media
env:
- DISABLE_V8_COMPILE_CACHE: 1
DISABLE_V8_COMPILE_CACHE: 1

- name: Compile test suites
if: matrix.vscode_arch == 'x64'
Expand Down

0 comments on commit 611c78c

Please sign in to comment.