Skip to content

Commit

Permalink
one more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Jul 4, 2024
1 parent d0def1f commit 54354ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Library Release Build

on:
push:
branches:
- release-library/**
# branches:
# - release-library/**

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 0 additions & 4 deletions py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ RUN yum -y update \
perl-core openssl openssl-devel pkgconfig libatomic \
&& if [ "$(uname -m)" != ${TARGET} ]; then \
yum install -y "binutils-${TARGET}-linux-gnu" "gcc-${TARGET}-linux-gnu" "gcc-c++-${TARGET}-linux-gnu" \
&& if [ ${TARGET} == "aarch64" ]; then \
curl -L -s https://www.centos.org/keys/RPM-GPG-KEY-CentOS-7-aarch64 > /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64 \
&& cat /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64 >> /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 ; \
fi \
&& dnf --forcearch "${TARGET}" --releasever=8 install -y gcc glibc glibc-devel --installroot "/usr/${TARGET}-linux-gnu/sys-root/" || true \
&& ln -s "/usr/${TARGET}-linux-gnu/sys-root/usr/lib64/libgcc_s.so.1" "/usr/${TARGET}-linux-gnu/sys-root/usr/lib64/libgcc_s.so"; \
fi \
Expand Down

0 comments on commit 54354ba

Please sign in to comment.