From 14c6a49437aab0e0bcc22b688e3f96f67a78a273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Thu, 16 Jan 2025 14:44:00 -0800 Subject: [PATCH] Revert "Make ARM builds optional in CI" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We just fixed out Arm tests with commit 2ce495438856 ("Downgrade Ubuntu version for Arm testing"). Hence, there is no need for said tests to be optional anymore. Revert the commit making them so. This reverts commit 271afc86ce55bb51369437b6a00219329a6d70f2. Signed-off-by: Daniel Müller --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1623238..81973c43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -154,9 +154,6 @@ jobs: build-aarch64: name: Build for aarch64 runs-on: ubuntu-22.04 - # Make this job optional until Ubuntu gets their act together and - # provides usable infrastructure. - continue-on-error: true steps: - uses: actions/checkout@v4 - name: Add apt sources for arm64 @@ -185,9 +182,6 @@ jobs: build-armhf: name: Build for aarch32 runs-on: ubuntu-22.04 - # Make this job optional until Ubuntu gets their act together and - # provides usable infrastructure. - continue-on-error: true steps: - uses: actions/checkout@v4 - name: Add apt sources for armhf