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
#1902 flipped INIT_SESSIONSWEB_PARITY_GATE=1 after phpc init --profile sessionsweb template parity landed. #2004 will add phpc init --profile fileupload with script/check-init-fileupload-parity.sh, but without a gate-flip issue the checker stays opt-in and templates can drift from examples/006-FileUploadWeb/.
Problem
#1902 flipped
INIT_SESSIONSWEB_PARITY_GATE=1afterphpc init --profile sessionswebtemplate parity landed. #2004 will addphpc init --profile fileuploadwithscript/check-init-fileupload-parity.sh, but without a gate-flip issue the checker stays opt-in and templates can drift fromexamples/006-FileUploadWeb/.Goal
PhpcInitFileUploadTest)INIT_FILEUPLOAD_PARITY_GATE=1default inscript/ci-defaults.env+ci-fast.shphpc doctor --gatesanddocs/local-ci-matrix.mdAcceptance criteria
./script/ci-fast.sh --filter PhpcInitFileUpload php script/check-init-fileupload-parity.sh # no env overrideVerification (local / Docker only)
docker run --rm -v "$(pwd):/compiler" -w /compiler php-compiler:22.04-dev \ ./script/ci-fast.sh --filter PhpcInitFileUploadNo GitHub Actions.
Dependencies
Links