Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Remove dev-toolset-8 and ccache from CentOS-specific test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Aug 29, 2019
1 parent 59f84a4 commit 8c02f14
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions scripts/long-running-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ GIT_ROOT="$(dirname $BASH_SOURCE[0])/.."
if [[ "$(uname)" == 'Linux' ]]; then
. /etc/os-release
if [[ "$ID" == 'centos' ]]; then
[[ -f /opt/rh/devtoolset-8/enable ]] && source /opt/rh/devtoolset-8/enable
[[ -f /opt/rh/rh-python36/enable ]] && source /opt/rh/rh-python36/enable
[[ -z "$(which ccache)" && -f /usr/lib64/ccache ]] && export "PATH=/usr/lib64/ccache:$PATH"
fi
fi
cd $GIT_ROOT/build
Expand Down
2 changes: 0 additions & 2 deletions scripts/parallel-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ GIT_ROOT="$(dirname $BASH_SOURCE[0])/.."
if [[ "$(uname)" == 'Linux' ]]; then
. /etc/os-release
if [[ "$ID" == 'centos' ]]; then
[[ -f /opt/rh/devtoolset-8/enable ]] && source /opt/rh/devtoolset-8/enable
[[ -f /opt/rh/rh-python36/enable ]] && source /opt/rh/rh-python36/enable
[[ -z "$(which ccache)" && -f /usr/lib64/ccache ]] && export "PATH=/usr/lib64/ccache:$PATH"
fi
fi
cd $GIT_ROOT/build
Expand Down
2 changes: 0 additions & 2 deletions scripts/serial-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ GIT_ROOT="$(dirname $BASH_SOURCE[0])/.."
if [[ "$(uname)" == 'Linux' ]]; then
. /etc/os-release
if [[ "$ID" == 'centos' ]]; then
[[ -f /opt/rh/devtoolset-8/enable ]] && source /opt/rh/devtoolset-8/enable
[[ -f /opt/rh/rh-python36/enable ]] && source /opt/rh/rh-python36/enable
[[ -z "$(which ccache)" && -f /usr/lib64/ccache ]] && export "PATH=/usr/lib64/ccache:$PATH"
fi
fi
cd $GIT_ROOT/build
Expand Down

0 comments on commit 8c02f14

Please sign in to comment.