update toolchain
This commit is contained in:
parent
4aaf9b8933
commit
add0a215a6
5
Makefile
5
Makefile
|
@ -52,11 +52,12 @@ $(FETCH_DIR)/terraform:
|
||||||
$(call git_clone,$@,$(TERRAFORM_REPO),$(TERRAFORM_REF))
|
$(call git_clone,$@,$(TERRAFORM_REPO),$(TERRAFORM_REF))
|
||||||
|
|
||||||
$(OUT_DIR)/terraform: $(FETCH_DIR)/terraform
|
$(OUT_DIR)/terraform: $(FETCH_DIR)/terraform
|
||||||
$(call toolchain,$(USER)," \
|
$(call toolchain," \
|
||||||
cd $(FETCH_DIR)/terraform && \
|
cd $(FETCH_DIR)/terraform && \
|
||||||
export SSL_CERT_DIR=/etc/ssl/certs && \
|
export SSL_CERT_DIR=/etc/ssl/certs && \
|
||||||
export CGO_ENABLED=0 && \
|
export CGO_ENABLED=0 && \
|
||||||
export GOCACHE=$(CACHE_DIR) && \
|
export GOCACHE=/home/build/$(CACHE_DIR) && \
|
||||||
|
export GOPATH=/home/build/$(CACHE_DIR) && \
|
||||||
go build \
|
go build \
|
||||||
-v \
|
-v \
|
||||||
-trimpath \
|
-trimpath \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8b98574565d17b9261e7696ee8e83a6c0740a29c
|
Subproject commit d6189f0f2856d309685bfd40d9999e2b7a08ce54
|
Loading…
Reference in New Issue