From fae16a238a34b507252bd92ec07d024e3f61f64e Mon Sep 17 00:00:00 2001 From: Cody Kaczynski Date: Wed, 30 Oct 2024 18:26:46 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 189962ec..d4cf8fd6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ # Sloth +test + [![CI](https://github.com/slok/sloth/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/slok/sloth/actions/workflows/ci.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/slok/sloth)](https://goreportcard.com/report/github.com/slok/sloth) [![Apache 2 licensed](https://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/slok/sloth/master/LICENSE) From da4599addc8e152faeee408465b4bf40cc3e5caa Mon Sep 17 00:00:00 2001 From: Cody Kaczynski Date: Wed, 30 Oct 2024 19:04:54 -0400 Subject: [PATCH 2/3] test: disable buildvcs --- scripts/build/bin/build-raw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/bin/build-raw.sh b/scripts/build/bin/build-raw.sh index eb13684b..9b0570de 100755 --- a/scripts/build/bin/build-raw.sh +++ b/scripts/build/bin/build-raw.sh @@ -21,4 +21,4 @@ f_ver="-X ${version_path}=${VERSION:-dev}" # Build binary. echo "[*] Building binary at ${final_out} (GOOS=${GOOS:-}, GOARCH=${GOARCH:-}, GOARM=${GOARM:-}, VERSION=${VERSION:-}, EXTENSION=${EXTENSION:-})" -CGO_ENABLED=0 go build -o ${final_out} --ldflags "${ldf_cmp} ${f_ver}" ${src} +CGO_ENABLED=0 go build -buildvcs=false -o ${final_out} --ldflags "${ldf_cmp} ${f_ver}" ${src} From db9de8082dedaded82d1c893aba57050434bcebf Mon Sep 17 00:00:00 2001 From: Cody Kaczynski Date: Wed, 30 Oct 2024 19:08:43 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d4cf8fd6..189962ec 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ # Sloth -test - [![CI](https://github.com/slok/sloth/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/slok/sloth/actions/workflows/ci.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/slok/sloth)](https://goreportcard.com/report/github.com/slok/sloth) [![Apache 2 licensed](https://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/slok/sloth/master/LICENSE)