Merge pull request #2697 from lightpanda-io/ci_snapshot_cache_bust

ci: Include v8 version in Snapshot cache key
This commit is contained in:
Pierre Tachoire
2026-06-15 15:59:17 +02:00
committed by GitHub

View File

@@ -10,6 +10,10 @@ inputs:
description: 'OS used to select the v8 lib'
required: false
default: 'linux'
zig-v8:
description: 'zig-v8 release tag the prebuilt lib came from'
required: false
default: 'v0.4.7'
runs:
using: "composite"
@@ -19,7 +23,7 @@ runs:
# snapshot.
- name: V8 snapshot cache key
id: snapshot_cache_key
run: echo "hash=v8-snapshot-${{ inputs.os }}_${{ inputs.arch }}-$(git log -n 1 --pretty=format:%H --
run: echo "hash=v8-snapshot-${{ inputs.os }}_${{ inputs.arch }}-${{ inputs.zig-v8 }}-$(git log -n 1 --pretty=format:%H --
src/browser/js/bridge.zig
src/browser/js/Snapshot.zig
src/browser/webapi