From f3aad44e8400b7e553d0abb746969b1e94d6e37b Mon Sep 17 00:00:00 2001 From: phessler Date: Mon, 21 Mar 2022 13:02:06 +0000 Subject: [PATCH] doesn't build on arm* arches hint on what the underlying problem is from sthen@ --- sysutils/gitlab-runner/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/gitlab-runner/Makefile b/sysutils/gitlab-runner/Makefile index 738fcb9e51c..896cac5ded0 100644 --- a/sysutils/gitlab-runner/Makefile +++ b/sysutils/gitlab-runner/Makefile @@ -1,3 +1,6 @@ +BROKEN-aarch64 = old kr/pty doesn't support OpenBSD arm arches; needs creack/pty@v1.1.11 +BROKEN-arm = old kr/pty doesn't support OpenBSD arm arches; needs creack/pty@v1.1.11 + COMMENT = CI/CD job runner for GitLab V = v14.2.0