From 3e90e801b093c48c9d3f33932348881e626f664f Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 18 Jan 2021 11:40:16 +0000 Subject: [PATCH] return true --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aea668640..b9d5819cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -545,9 +545,9 @@ jobs: if [ -n "${{ matrix.llvmlab_id }}" ]; then git clone https://github.com/llvm-mirror/zorg.git zorg cd zorg/llvmbisect - sudo python setup.py install - llvmlab fetch clang-stage1-configure-RA ${{ matrix.llvmlab_id }} - export CLANG=$(pwd)/${{ matrix.llvmlab_id }}/bin/clang + #sudo python setup.py install + #llvmlab fetch clang-stage1-configure-RA ${{ matrix.llvmlab_id }} + #export CLANG=$(pwd)/${{ matrix.llvmlab_id }}/bin/clang fi cmake --build . --target check-clad -- -j4