Update Glibc.yml

dependabot/github_actions/actions/checkout-3.1.0 v1.0.22
fscarmen 4 years ago committed by GitHub
parent 1c6369d6fb
commit 7b25543e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/Glibc.yml

@ -19,7 +19,6 @@ jobs:
yum -y install devtoolset-8-gcc
yum -y install devtoolset-8-gcc-c++
yum -y install devtoolset-8-binutils
scl enable devtoolset-8 bash
mkdir -p /opt/release/
- name: Build make v4.3
@ -35,7 +34,8 @@ jobs:
cd ~
- name: Build glibc v2.28
run: |
run: |
source /opt/rh/devtoolset-8/enable
wget http://ftp.gnu.org/gnu/glibc/glibc-2.28.tar.gz
tar -zxf glibc-2.28.tar.gz
mkdir -p ./glibc-2.28/build

Loading…
Cancel
Save