File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 7272 run : yarn run check-fmt
7373
7474 - name : build packages
75+ env :
76+ # Workaround for https://github.com/nodejs/node/issues/51555
77+ DISABLE_V8_COMPILE_CACHE : ' 1'
7578 run : yarn run postinstall
7679
7780 - name : Check Package Dependencies
@@ -172,6 +175,9 @@ jobs:
172175
173176 - name : build packages
174177 if : steps.lerna-cache.outputs.cache-hit == 'true'
178+ env :
179+ # Workaround for https://github.com/nodejs/node/issues/51555
180+ DISABLE_V8_COMPILE_CACHE : ' 1'
175181 run : yarn run postinstall
176182
177183 - name : Browser Tests
Original file line number Diff line number Diff line change 4545 run : rm yarn.lock
4646
4747 - name : Install Packages
48+ env :
49+ # Workaround for https://github.com/nodejs/node/issues/51555
50+ DISABLE_V8_COMPILE_CACHE : ' 1'
4851 run : yarn install
4952
5053 - name : Unit test all
You can’t perform that action at this time.
0 commit comments