Skip to content

Commit

Permalink
Merge pull request #441 from tuesdaycodes/patch-1
Browse files Browse the repository at this point in the history
use trimpath for reproducibility
  • Loading branch information
ggongaware authored Nov 12, 2021
2 parents 05dff89 + e90a5a9 commit ea8a0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test:
build: clean
@echo " -> Building"
mkdir -p bin
CGO_ENABLED=0 go build -o bin/terraform-provider-proxmox
CGO_ENABLED=0 go build -trimpath -o bin/terraform-provider-proxmox
@echo "Built terraform-provider-proxmox"

acctest: build
Expand All @@ -84,4 +84,4 @@ local-dev-install: build
cp bin/terraform-provider-proxmox ~/.terraform.d/plugins/localhost/telmate/proxmox/$(CURRENT_VERSION_MICRO)/$(KERNEL)_$(ARCH)/

clean:
@git clean -f -d
@git clean -f -d

0 comments on commit ea8a0a7

Please sign in to comment.