-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-CIArea: Our Github Actions CIArea: Our Github Actions CIC-bugCategory: This is a bug.Category: This is a bug.O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateO-androidOperating system: AndroidOperating system: AndroidT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Description
Hi there!
Since a while ago, Rustup's CI workflow has been failing due to the Android job's aborting (rust-lang/rustup#4070 (comment), rust-lang/rustup#4098 (comment)) with the following error message:
#5 0.935 E: The repository 'http://archive.ubuntu.com/ubuntu lunar-updates Release' no longer has a Release file.
... and I believe that it's caused by an outdated base image for which the apt
repository is no longer online:
FROM ubuntu:23.04 |
Are there any concerns regarding a potential bump to an LTS such as 24.04? I can do this myself if you think that's okay :)
pan93412 and weihanglo
Metadata
Metadata
Assignees
Labels
A-CIArea: Our Github Actions CIArea: Our Github Actions CIC-bugCategory: This is a bug.Category: This is a bug.O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateO-androidOperating system: AndroidOperating system: AndroidT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.