Skip to content

Commit f41f14f

Browse files
code-asheryiliang114
authored andcommitted
Fix segfault in CI (coder#6830)
Setting DISABLE_V8_COMPILE_CACHE=1 seems to fix it.
1 parent ba2c19c commit f41f14f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ jobs:
206206
timeout-minutes: 60
207207
env:
208208
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
209+
DISABLE_V8_COMPILE_CACHE: 1
209210
steps:
210211
- name: Checkout repo
211212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)