Move to older, mirrored redox install and to newer ubuntu
This commit is contained in:
parent
f425b5792e
commit
af9328cd8e
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:22.10
|
||||
FROM ubuntu:23.04
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
COPY scripts/android-base-apt-get.sh /scripts/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:22.10
|
||||
FROM ubuntu:23.04
|
||||
|
||||
COPY scripts/android-base-apt-get.sh /scripts/
|
||||
RUN sh /scripts/android-base-apt-get.sh
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
set -ex
|
||||
|
||||
curl https://static.redox-os.org/toolchain/x86_64-unknown-redox/relibc-install.tar.gz | \
|
||||
curl https://ci-mirrors.rust-lang.org/rustc/2022-11-27-relibc-install.tar.gz | \
|
||||
tar --extract --gzip --directory /usr/local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue