Revert "Remove MAKE_SKIP_PATH, update Dockerfile base image"
This reverts commit d3468407aaddbed885abe878f80072186c33a449.
Gus Eggert committed
Aug 13, 2021 at 16:33 UTC
3a7eaaf7eb2d0610711ccb3f6825272f7b706d66
2 files changed
+3
-1
Dockerfile
+1
-1
@@ -1,5 +1,5 @@
1
# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
2
-FROM golang:1.16.6-buster
2
+FROM golang:1.16.3-buster
3
LABEL maintainer="Steven Allen <steven@stebalien.com>"
4
5
# Install deps
test/sharness/Rules.mk
+2
@@ -26,6 +26,8 @@ DEPS_$(d) += $(PLUGINS_$(d))
26
endif
27
endif
28
29
+#export MAKE_SKIP_PATH=1
30
+
31
$(T_$(d)): $$(DEPS_$(d)) # use second expansion so coverage can inject dependency
32
@echo "*** $@ ***"
33
ifeq ($(CONTINUE_ON_S_FAILURE),1)