From: Kefu Chai Date: Fri, 21 Aug 2020 09:50:59 +0000 (+0800) Subject: ceph-perf-pull-requests: remove superfluous ";;" X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1645%2Fhead;p=ceph-build.git ceph-perf-pull-requests: remove superfluous ";;" Signed-off-by: Kefu Chai --- diff --git a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml index ffb69aea..cc318f7e 100644 --- a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml +++ b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml @@ -174,7 +174,7 @@ centos|rhel) sudo dnf module disable -y llvm-toolset sudo dnf copr enable -y tchaikov/llvm-toolset-10 centos-stream-x86_64 - sudo yum install -y python3-pyyaml python3-lxml python3-prettytable ${{extra_pkgs}};; + sudo yum install -y python3-pyyaml python3-lxml python3-prettytable ${{extra_pkgs}} gcc_toolset_ver=9 # so clang is able to find gcc-toolset-${{gcc_toolset_ver}} which is listed as a # BuildRequires in ceph.spec.in, and it is installed by `run-make.sh`.