From 2adcb00c83209df6e2bb0b4c0ed6a2d781ff51e9 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 16 Mar 2022 07:13:58 +0100 Subject: [PATCH] [data/gitlab-ci/single-package.yaml] Promote macos arm builds to first class citizens --- bob/devtools/data/gitlab-ci/single-package.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bob/devtools/data/gitlab-ci/single-package.yaml b/bob/devtools/data/gitlab-ci/single-package.yaml index 6375dda2..10aa2b54 100644 --- a/bob/devtools/data/gitlab-ci/single-package.yaml +++ b/bob/devtools/data/gitlab-ci/single-package.yaml @@ -105,7 +105,6 @@ build_macos_arm_39: extends: .build_macos_arm_template variables: PYTHON_VERSION: "3.9" - allow_failure: true cache: key: "build-py39" -- GitLab