You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build playground-php-wasm base + compile-extension images in CI
The previous workflow assumed playground-php-wasm:compile-extension-php8-4-jspi
was already present in the Docker daemon (which it is locally, after running
the @php-wasm/compile-extension CLI once). On a fresh runner it isn't, so
Dockerfile.rust failed at FROM with 'pull access denied'.
Build it explicitly: 'make base-image' for the Emscripten toolchain layer,
then docker build of compile-extension/docker/Dockerfile.ext with the same
PHP_VERSION the CLI's resolvePHPRelease() would pick, tagged the way the
CLI tags it (dots replaced with dashes).
0 commit comments