From e3bbdeb8f69c740c4a144faaa0dfdcb8bd3b090b Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Wed, 12 Feb 2025 12:58:33 +0000 Subject: [PATCH 1/2] ci: No v8 compile cache --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77c94ab78a11..36eff062f70a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,6 +59,10 @@ env: nx-Linux-${{ github.ref }} nx-Linux + # https://bsky.app/profile/joyeecheung.bsky.social/post/3lhy6o54fo22h + # Apparently some of our CI failures are attributable to a corrupt v8 cache, causing v8 failures with: "Check failed: current == end_slot_index.". + DISABLE_V8_COMPILE_CACHE: '1' + jobs: job_get_metadata: name: Get Metadata From f0b89138d652a9d553e54fd875c38c525a416125 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Wed, 12 Feb 2025 13:00:25 +0000 Subject: [PATCH 2/2] comment --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36eff062f70a..aae090f76188 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,6 +61,7 @@ env: # https://bsky.app/profile/joyeecheung.bsky.social/post/3lhy6o54fo22h # Apparently some of our CI failures are attributable to a corrupt v8 cache, causing v8 failures with: "Check failed: current == end_slot_index.". + # This option both controls the `v8-compile-cache-lib` and `v8-compile-cache` packages. DISABLE_V8_COMPILE_CACHE: '1' jobs: