Skip to content

Commit d346840

Browse files
committed
Remove MAKE_SKIP_PATH, update Dockerfile base image
1 parent db2684f commit d346840

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
2-
FROM golang:1.16.3-buster
2+
FROM golang:1.16.6-buster
33
LABEL maintainer="Steven Allen <[email protected]>"
44

55
# Install deps

test/sharness/Rules.mk

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ DEPS_$(d) += $(PLUGINS_$(d))
2626
endif
2727
endif
2828

29-
#export MAKE_SKIP_PATH=1
30-
3129
$(T_$(d)): $$(DEPS_$(d)) # use second expansion so coverage can inject dependency
3230
@echo "*** $@ ***"
3331
ifeq ($(CONTINUE_ON_S_FAILURE),1)

0 commit comments

Comments
 (0)