From 50668e7216cacf0ac5e284a51038691679290c50 Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Mon, 20 Feb 2023 17:38:21 +0100 Subject: [PATCH] CI: disable VCS stamp for go builds Signed-off-by: Sven Anderson --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 741c71c..0f0aad8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,6 +14,7 @@ CEPH_CONF=/tmp/ceph/ceph.conf MIRROR_STATE=/dev/null PKG_PREFIX=github.com/ceph/go-ceph ALT_FS="@/tmp/ceph/altfs.txt" +GOFLAGS="-buildvcs=false ${GOFLAGS}" # Default env vars that are not currently changed by this script # but can be used to change the test behavior: @@ -311,6 +312,7 @@ test_go_ceph() { show "${MICRO_OSD_PATH}" /tmp/ceph fi export CEPH_CONF + export GOFLAGS if [[ ${TEST_RUN} == NONE ]]; then echo "skipping test execution"