File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ test-8.0: ## Test php8.0 build only
2525
2626_test-version : _test-prerequisites # # Test php build for VERSION="" and VARIANT=""
2727 docker buildx bake --load \
28- --set " *.platform=$ $ (uname -p)" \
28+ --set " *.platform=$( uname -p) " \
2929 php$$ {VERSION//.}-$(VARIANT ) -all
3030 PHP_VERSION=" $( VERSION) " BRANCH=v4 VARIANT=$(VARIANT ) ./tests-suite/bash_unit -f tap ./tests-suite/* .sh || (notify-send -u critical " Tests failed ($( VERSION) -$( VARIANT) )" && exit 1)
3131 notify-send -u critical " Tests passed with success ($( VERSION) -$( VARIANT) )"
3232
3333_test-version-quick : _test-prerequisites # # Test php build for VERSION="" and VARIANT="" (without node variants)
3434 docker buildx bake --load \
35- --set " *.platform=$ $ (uname -p)" \
35+ --set " *.platform=$( uname -p) " \
3636 php$$ {VERSION//.}-slim-$(VARIANT ) php$$ {VERSION//.}-$(VARIANT )
3737 PHP_VERSION=" $( VERSION) " BRANCH=v4 VARIANT=$(VARIANT ) ./tests-suite/bash_unit -f tap ./tests-suite/* .sh || (notify-send -u critical " Tests failed ($( VERSION) -$( VARIANT) )" && exit 1)
3838 notify-send -u critical " Tests passed with success ($( VERSION) -$( VARIANT) ) - without node-*"
You can’t perform that action at this time.
0 commit comments