Skip to content

Commit 0775eb2

Browse files
committed
CI: pin playground checkout to adamziel/compile-extension
The wasm-spike workflow needs @php-wasm/compile-extension's source map and load-built-extension.mjs harness, neither of which exist on wordpress-playground trunk. They live on the adamziel/compile-extension branch (PR #3582). Default the checkout there so the resolvePHPRelease step can read compile.ts and run-spike.mjs can find the harness.
1 parent 007ee51 commit 0775eb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wasm-spike.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
playground-ref:
1717
description: 'wordpress-playground branch/tag/SHA to build against'
1818
required: false
19-
default: 'trunk'
19+
default: 'adamziel/compile-extension'
2020

2121
jobs:
2222
build-and-load:
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v4
4040
with:
4141
repository: WordPress/wordpress-playground
42-
ref: ${{ github.event.inputs.playground-ref || 'trunk' }}
42+
ref: ${{ github.event.inputs.playground-ref || 'adamziel/compile-extension' }}
4343
path: wordpress-playground
4444

4545
- name: Set up Node

0 commit comments

Comments
 (0)