From 181b0ff8e950dcd6fe5456b9da9ebc5bdab9d330 Mon Sep 17 00:00:00 2001 From: Beraldo Leal Date: Fri, 31 May 2024 13:10:54 -0400 Subject: [PATCH] ci: skip go version check golang.mk is not ready to deal with non GOPATH installs. This is breaking test on s390x. Since previous steps here are installing go and yq our way, we could skip this aditional check. A full refactor to golang.mk would be needed to work with different paths. Signed-off-by: Beraldo Leal --- .github/workflows/build-checks.yaml | 1 + src/runtime/Makefile | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-checks.yaml b/.github/workflows/build-checks.yaml index 2abdc9b0fd66..c0d623989901 100644 --- a/.github/workflows/build-checks.yaml +++ b/.github/workflows/build-checks.yaml @@ -111,3 +111,4 @@ jobs: ${{ matrix.command }} env: RUST_BACKTRACE: "1" + SKIP_GO_VERSION_CHECK: "1" diff --git a/src/runtime/Makefile b/src/runtime/Makefile index 3b6f7920019a..5bea9788283b 100644 --- a/src/runtime/Makefile +++ b/src/runtime/Makefile @@ -4,8 +4,6 @@ # # SPDX-License-Identifier: Apache-2.0 # - -SKIP_GO_VERSION_CHECK= include golang.mk #Get ARCH.