From 59a2e1748d9996f2f9eaf8e14d058daa56cfeec1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyazelenko <696855+vyazelenko@users.noreply.github.com> Date: Fri, 14 May 2021 19:52:31 +0200 Subject: [PATCH] [CI] Remove CMake install from Clang sanitise build. --- .github/workflows/ci-low-cadence.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-low-cadence.yml b/.github/workflows/ci-low-cadence.yml index e1fb56b44f..10520877f6 100644 --- a/.github/workflows/ci-low-cadence.yml +++ b/.github/workflows/ci-low-cadence.yml @@ -271,9 +271,6 @@ jobs: sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{ matrix.version }} main" sudo apt-get update sudo apt-get install -y clang-${{ matrix.version }} libstdc++-7-dev libbsd-dev uuid-dev libidn11 - curl --retry ${INSTALL_COMPILER_RETRIES} -O -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz - tar xf cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz - echo "cmake-${CMAKE_VERSION}-Linux-x86_64/bin" >> $GITHUB_PATH - name: Build run: cppbuild/cppbuild --sanitise-build --c-warnings-as-errors --cxx-warnings-as-errors --slow-system-tests - name: Copy test logs