File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/ci/docker/host-x86_64 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:22.04
1+ FROM ghcr.io/marcoieni/ ubuntu:22.04
22
33COPY scripts/cross-apt-packages.sh /scripts/
44RUN sh /scripts/cross-apt-packages.sh
Original file line number Diff line number Diff line change 1- FROM ubuntu:22.04
1+ FROM ghcr.io/marcoieni/ ubuntu:22.04
22
33COPY scripts/cross-apt-packages.sh /scripts/
44RUN sh /scripts/cross-apt-packages.sh
Original file line number Diff line number Diff line change 22# CentOS 7 has headers for kernel 3.10, but that's fine as long as we don't
33# actually use newer APIs in rustc or std without a fallback. It's more
44# important that we match glibc for ELF symbol versioning.
5- FROM centos:7
5+ FROM ghcr.io/marcoieni/ centos:7
66
77WORKDIR /build
88
Original file line number Diff line number Diff line change 1- FROM ubuntu:22.04
1+ FROM ghcr.io/marcoieni/ ubuntu:22.04
22
33ARG DEBIAN_FRONTEND=noninteractive
44RUN apt-get update && apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments