1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 11:31:54 +08:00

Remove MAKE_SKIP_PATH, update Dockerfile base image

This commit is contained in:
Gus Eggert
2021-08-03 14:23:58 -04:00
parent db2684f388
commit d3468407aa
2 changed files with 1 additions and 3 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.3-buster
FROM golang:1.16.6-buster
LABEL maintainer="Steven Allen <steven@stebalien.com>"
# Install deps

View File

@ -26,8 +26,6 @@ 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)