Skip to content

Commit 50942ce

Browse files
author
Luca Forstner
authored
ci: Disable v8 compile cache functionality (#15385)
1 parent e21bcc2 commit 50942ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ env:
5959
nx-Linux-${{ github.ref }}
6060
nx-Linux
6161
62+
# https://bsky.app/profile/joyeecheung.bsky.social/post/3lhy6o54fo22h
63+
# Apparently some of our CI failures are attributable to a corrupt v8 cache, causing v8 failures with: "Check failed: current == end_slot_index.".
64+
# This option both controls the `v8-compile-cache-lib` and `v8-compile-cache` packages.
65+
DISABLE_V8_COMPILE_CACHE: '1'
66+
6267
jobs:
6368
job_get_metadata:
6469
name: Get Metadata

0 commit comments

Comments
 (0)