Skip to content

Commit

Permalink
Debug llvm setup issue pt 8
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Feb 26, 2024
1 parent 2a57bf1 commit a2ea41e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2ea41e

Please sign in to comment.