From a2b91d34363453af9f7a64c634229a9bd8c4fd36 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 21 Aug 2020 17:50:59 +0800 Subject: [PATCH] ceph-perf-pull-requests: remove superfluous ";;" Signed-off-by: Kefu Chai --- .../config/definitions/ceph-perf-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.47.3