File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ test-8.0: ## Test php8.0 build only
25
25
26
26
_test-version : _test-prerequisites # # Test php build for VERSION="" and VARIANT=""
27
27
docker buildx bake --load \
28
- --set " *.platform=$ $ (uname -p)" \
28
+ --set " *.platform=$( uname -p) " \
29
29
php$$ {VERSION//.}-$(VARIANT ) -all
30
30
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)
31
31
notify-send -u critical " Tests passed with success ($( VERSION) -$( VARIANT) )"
32
32
33
33
_test-version-quick : _test-prerequisites # # Test php build for VERSION="" and VARIANT="" (without node variants)
34
34
docker buildx bake --load \
35
- --set " *.platform=$ $ (uname -p)" \
35
+ --set " *.platform=$( uname -p) " \
36
36
php$$ {VERSION//.}-slim-$(VARIANT ) php$$ {VERSION//.}-$(VARIANT )
37
37
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)
38
38
notify-send -u critical " Tests passed with success ($( VERSION) -$( VARIANT) ) - without node-*"
You can’t perform that action at this time.
0 commit comments