Skip to content

Commit

Permalink
update x86 gnu build to use a less ancient libc (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Voxelot authored Aug 11, 2022
1 parent 749db6c commit c44f1a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ jobs:
- lint-toml-files
- cargo-verifications
if: github.event_name == 'release' && github.event.action == 'published'
continue-on-error: true
strategy:
fail-fast: false
matrix:
job:
- os: ubuntu-latest
Expand Down
12 changes: 3 additions & 9 deletions ci/Dockerfile.x86_64-unknown-linux-gnu-clang
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
3 changes: 0 additions & 3 deletions ci/centos-entrypoint

This file was deleted.

0 comments on commit c44f1a8

Please sign in to comment.