From a2ea41e46f6c246f4cbc494fc9efff94ed6b93b7 Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Mon, 26 Feb 2024 15:28:36 -0300 Subject: [PATCH] Debug llvm setup issue pt 8 --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8f043974..a4cd9fb1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -302,10 +302,10 @@ jobs: # Below we use a workaround for LLVM as configured by setup-cpp, which clashes with htslib: # https://github.com/samtools/htslib/issues/1527 and # https://github.com/aminya/setup-cpp/issues/145 - if [[ ! -z "${LLVM_PATH}" ]]; then - # export LDFLAGS=`echo ${LDFLAGS} | sed 's/"//g'` - # export CPPFLAGS=`echo ${CPPFLAGS} | sed 's/"//g'` - fi + # if [[ ! -z "${LLVM_PATH}" ]]; then + # export LDFLAGS=`echo ${LDFLAGS} | sed 's/"//g'` + # export CPPFLAGS=`echo ${CPPFLAGS} | sed 's/"//g'` + # fi # More weird workarounds. On some CI builds, this is needed somehow... if [ ! -f /tmp/foo.txt ]; then