mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
app-admin/terraform: drop -mod=vendor switch from the build
This isn't needed since the go version in go.mod is at least 1.14. See https://go.dev/ref/mod#build-commands Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
parent
8ccabadd71
commit
e399101f25
@ -24,7 +24,7 @@ src_compile() {
|
||||
local go_ldflags=(
|
||||
-X github.com/hashicorp/terraform/version.dev=no
|
||||
)
|
||||
ego build -mod=vendor -ldflags "${go_ldflags[*]}" -o bin/${PN} .
|
||||
ego build -ldflags "${go_ldflags[*]}" -o bin/${PN} .
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user