mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Revert "Remove MAKE_SKIP_PATH, update Dockerfile base image"
This reverts commit d3468407aa.
This commit is contained in:
parent
4ebec49985
commit
3a7eaaf7eb
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user