Skip to content

Commit 14c6a49

Browse files
committed
Revert "Make ARM builds optional in CI"
We just fixed out Arm tests with commit 2ce4954 ("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 271afc8. Signed-off-by: Daniel Müller <deso@posteo.net>
1 parent 7fa90e6 commit 14c6a49

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ jobs:
154154
build-aarch64:
155155
name: Build for aarch64
156156
runs-on: ubuntu-22.04
157-
# Make this job optional until Ubuntu gets their act together and
158-
# provides usable infrastructure.
159-
continue-on-error: true
160157
steps:
161158
- uses: actions/checkout@v4
162159
- name: Add apt sources for arm64
@@ -185,9 +182,6 @@ jobs:
185182
build-armhf:
186183
name: Build for aarch32
187184
runs-on: ubuntu-22.04
188-
# Make this job optional until Ubuntu gets their act together and
189-
# provides usable infrastructure.
190-
continue-on-error: true
191185
steps:
192186
- uses: actions/checkout@v4
193187
- name: Add apt sources for armhf

0 commit comments

Comments
 (0)