Skip to content

Commit 54354ba

Browse files
committed
one more cleanup
1 parent d0def1f commit 54354ba

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Diff for: .github/workflows/build_library.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Library Release Build
22

33
on:
44
push:
5-
branches:
6-
- release-library/**
5+
# branches:
6+
# - release-library/**
77

88
env:
99
CARGO_TERM_COLOR: always

Diff for: py/Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ RUN yum -y update \
99
perl-core openssl openssl-devel pkgconfig libatomic \
1010
&& if [ "$(uname -m)" != ${TARGET} ]; then \
1111
yum install -y "binutils-${TARGET}-linux-gnu" "gcc-${TARGET}-linux-gnu" "gcc-c++-${TARGET}-linux-gnu" \
12-
&& if [ ${TARGET} == "aarch64" ]; then \
13-
curl -L -s https://www.centos.org/keys/RPM-GPG-KEY-CentOS-7-aarch64 > /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64 \
14-
&& cat /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64 >> /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 ; \
15-
fi \
1612
&& dnf --forcearch "${TARGET}" --releasever=8 install -y gcc glibc glibc-devel --installroot "/usr/${TARGET}-linux-gnu/sys-root/" || true \
1713
&& 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"; \
1814
fi \

0 commit comments

Comments
 (0)