File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Library Release Build
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - release-library/**
5
+ # branches:
6
+ # - release-library/**
7
7
8
8
env :
9
9
CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ RUN yum -y update \
9
9
perl-core openssl openssl-devel pkgconfig libatomic \
10
10
&& if [ "$(uname -m)" != ${TARGET} ]; then \
11
11
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 \
16
12
&& dnf --forcearch "${TARGET}" --releasever=8 install -y gcc glibc glibc-devel --installroot "/usr/${TARGET}-linux-gnu/sys-root/" || true \
17
13
&& 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" ; \
18
14
fi \
You can’t perform that action at this time.
0 commit comments