update toolchain

This commit is contained in:
Lance Vick 2023-03-09 21:06:33 -08:00
parent 4aaf9b8933
commit add0a215a6
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
2 changed files with 4 additions and 3 deletions

View File

@ -52,11 +52,12 @@ $(FETCH_DIR)/terraform:
$(call git_clone,$@,$(TERRAFORM_REPO),$(TERRAFORM_REF))
$(OUT_DIR)/terraform: $(FETCH_DIR)/terraform
$(call toolchain,$(USER)," \
$(call toolchain," \
cd $(FETCH_DIR)/terraform && \
export SSL_CERT_DIR=/etc/ssl/certs && \
export CGO_ENABLED=0 && \
export GOCACHE=$(CACHE_DIR) && \
export GOCACHE=/home/build/$(CACHE_DIR) && \
export GOPATH=/home/build/$(CACHE_DIR) && \
go build \
-v \
-trimpath \

@ -1 +1 @@
Subproject commit 8b98574565d17b9261e7696ee8e83a6c0740a29c
Subproject commit d6189f0f2856d309685bfd40d9999e2b7a08ce54