|
|
|
|
@ -15,9 +15,12 @@ jobs: |
|
|
|
|
- name: Build |
|
|
|
|
uses: docker/login-action@v1 |
|
|
|
|
run: | |
|
|
|
|
yum -y install gcc bison make centos-release-scl |
|
|
|
|
yum -y install devtoolset-8-gcc devtoolset-8-gcc-c++ devtoolset-8-binutils |
|
|
|
|
source /opt/rh/devtoolset-8/enable |
|
|
|
|
yum -y install gcc bison make centos-release-scl |
|
|
|
|
|
|
|
|
|
yum -y install devtoolset-8-gcc |
|
|
|
|
yum -y install devtoolset-8-gcc-c++ |
|
|
|
|
yum -y install devtoolset-8-binutils |
|
|
|
|
source /opt/rh/devtoolset-8/enable |
|
|
|
|
wget -O /usr/bin/make https://github.com/fscarmen/tools/raw/main/make |
|
|
|
|
curl -O http://ftp.gnu.org/gnu/glibc/glibc-2.28.tar.gz |
|
|
|
|
tar zxf glibc-2.28.tar.gz |
|
|
|
|
|