From b599301a41fb8f786febf395e54980ffefd46395 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 29 Mar 2022 13:38:48 +0200 Subject: [PATCH] Revert "Allow failure in arm builds still" This reverts commit 6058ac765bca3eff634269f374b6ef8aedac7d86. --- 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