Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed Jun 19, 2024
1 parent 76dfbf6 commit 12dcbd7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/scripts/install_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,12 @@ install_prereqs_for_centos7() {
yum install -y -q autoconf automake libtool unzip &&
yum install -y -q cmake3 patch &&
yum install -y -q perl perl-IPC-Cmd &&
which gcc &&
gcc --version &&
echo "**** Hopefully this gcc works!"
yum install -y -q devtoolset-11-gcc &&
export CC=/opt/rh/devtoolset-11/root/usr/bin/gcc &&
export CXX=/opt/rh/devtoolset-11/root/usr/bin/g++ &&
ls -l /opt/rh/devtoolset-11/root/usr/bin/gcc &&
ls -l /opt/rh/devtoolset-11/root/usr/bin/g++ &&
echo "DONE"
if [[ $1 == "release" ]]; then
install_openssl3
install_curl
Expand Down

0 comments on commit 12dcbd7

Please sign in to comment.