-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update x86 gnu build to use a less ancient libc (#552)
- Loading branch information
Showing
3 changed files
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main-centos | ||
FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main | ||
|
||
RUN yum -y update && \ | ||
yum -y install centos-release-scl && \ | ||
yum-config-manager --enable rhel-server-rhscl-8-rpms && \ | ||
yum -y install llvm-toolset-7.0 | ||
|
||
COPY centos-entrypoint /usr/bin/entrypoint.sh | ||
RUN chmod +x /usr/bin/entrypoint.sh | ||
ENTRYPOINT [ "/usr/bin/entrypoint.sh" ] | ||
RUN apt-get update && \ | ||
apt-get install --assume-yes clang libclang-dev binutils-aarch64-linux-gnu |
This file was deleted.
Oops, something went wrong.