Revert "Remove MAKE_SKIP_PATH, update Dockerfile base image"

This reverts commit d3468407aa.
This commit is contained in:
Gus Eggert 2021-08-13 16:33:31 -04:00
parent 4ebec49985
commit 3a7eaaf7eb
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
FROM golang:1.16.6-buster
FROM golang:1.16.3-buster
LABEL maintainer="Steven Allen <steven@stebalien.com>"
# Install deps

View File

@ -26,6 +26,8 @@ DEPS_$(d) += $(PLUGINS_$(d))
endif
endif
#export MAKE_SKIP_PATH=1
$(T_$(d)): $$(DEPS_$(d)) # use second expansion so coverage can inject dependency
@echo "*** $@ ***"
ifeq ($(CONTINUE_ON_S_FAILURE),1)