aboutsummaryrefslogtreecommitdiffhomepage
path: root/dist/release.sh
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-01-18 11:59:33 +0900
committerOphestra <cat@gensokyo.uk>2025-01-18 11:59:33 +0900
commit7baca66a56f67fa5722b689cbff747eac12b857e (patch)
treea2e6bf668d2a5ea52b5e113c08d65141dbcd5101 /dist/release.sh
parent27d2914286495bf83b163172d5084a91222e7ed7 (diff)
proc: remove duplicate compile-time fortify reference
This is no longer needed since shim and init are now part of the main program. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dist/release.sh')
-rwxr-xr-xdist/release.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/release.sh b/dist/release.sh
index 53f21dcc..05be8404 100755
--- a/dist/release.sh
+++ b/dist/release.sh
@@ -11,7 +11,6 @@ cp -rv "comp" "${out}"
go generate ./...
go build -trimpath -v -o "${out}/bin/" -ldflags "-s -w -buildid= -extldflags '-static'
-X git.gensokyo.uk/security/fortify/internal.Version=${VERSION}
- -X git.gensokyo.uk/security/fortify/internal.Fortify=/usr/bin/fortify
-X git.gensokyo.uk/security/fortify/internal.Fsu=/usr/bin/fsu
-X main.Fmain=/usr/bin/fortify" ./...