We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21bcc2 commit 50942ceCopy full SHA for 50942ce
.github/workflows/build.yml
@@ -59,6 +59,11 @@ env:
59
nx-Linux-${{ github.ref }}
60
nx-Linux
61
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
+
67
jobs:
68
job_get_metadata:
69
name: Get Metadata
0 commit comments