Skip to content

Commit

Permalink
Downgrade Ubuntu version for Arm testing
Browse files Browse the repository at this point in the history
Our Arm jobs have been failing for a while. At first that was sporadic
(in retrospect likely because we got runners sporting different images
due to staged rollout of a new Ubuntu version) and now its permanent.
The cause of the failure seems to be some change in format of their
sources.list, causing us to no longer be able to no longer fetch
necessary package lists. I haven't found a guide in their documentation
how to properly update, so roll back to a known good distro version
until somebody has the nerves to deal with this %#&*($&#*($.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o authored and danielocfb committed Jan 16, 2025
1 parent a35be25 commit 2ce4954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:

build-aarch64:
name: Build for aarch64
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Make this job optional until Ubuntu gets their act together and
# provides usable infrastructure.
continue-on-error: true
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

build-armhf:
name: Build for aarch32
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Make this job optional until Ubuntu gets their act together and
# provides usable infrastructure.
continue-on-error: true
Expand Down

0 comments on commit 2ce4954

Please sign in to comment.