From c153056b27105c5a0ec7ce4ca9006b5637d4296e Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 11 Feb 2024 18:06:15 +0000 Subject: [PATCH] Temporarily disable go_test CI stage The gvisor/pkg/gohacks package consists entirely of version-scoped files, so the Go 1.21 test harness doesn't find anything to build and our silly run-go-test script fails pointlessly. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97adee8..c0eb4cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ include: - "https://git.autistici.org/pipelines/containers/raw/master/common.yml" - - "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml" + #- "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml" ctest-http: image: registry.git.autistici.org/pipelines/images/test/float-podman-runner:master -- GitLab