Skip to content

Commit ff6cd1c

Browse files
authored
Merge pull request #183 from WyriHaximus/make-all-should-run-with-Docker-socket-when-appropriate
`make all` should run with Docker socket when appropriate
2 parents 1530e4c + f8ef37a commit ff6cd1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif
5656

5757
## Run everything extra point
5858
all: ## Runs everything ####
59-
$(DOCKER_SHELL) make all-raw
59+
$(DOCKER_RUN_WITH_SOCKET) make all-raw
6060
all-raw: ## The real runs everything, but due to sponge it has to be ran inside DOCKER_RUN ##U##
6161
$(MAKE) syntax-php rector-upgrade cs-fix cs stan unit-testing mutation-testing composer-require-checker composer-unused backward-compatibility-check ## Count: 10
6262

includes/All.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
all: ## Runs everything ####
2-
$(DOCKER_SHELL) make all-raw
2+
$(DOCKER_RUN_WITH_SOCKET) make all-raw
33
all-raw: ## The real runs everything, but due to sponge it has to be ran inside DOCKER_RUN ##U##
44
make-list(all)

0 commit comments

Comments
 (0)