From b184a46ea3c51bb4a2b2925c24cac40a848db00c Mon Sep 17 00:00:00 2001 From: Aaron Jomy <75925957+aaronj0@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:08:14 +0200 Subject: [PATCH] [ci] Use clang patches in CppInterOp, not cppyy-backend --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0f86789..43d327d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -372,7 +372,7 @@ jobs: # Apply patches llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]') if [[ "${llvm_vers}" == "16" ]]||[[ "${llvm_vers}" == "17" ]]; then - git apply -v ../cppyy-backend/patches/llvm/clang${{ matrix.clang-runtime }}-*.patch + git apply -v ../patches/llvm/clang${{ matrix.clang-runtime }}-*.patch echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:" fi cd build @@ -439,7 +439,7 @@ jobs: } else { - cp -r ..\cppyy-backend\patches\llvm\clang${{ matrix.clang-runtime }}* + cp -r ..\patches\llvm\clang${{ matrix.clang-runtime }}* #FIXME: Apply patches without hardcoding if ( "${{ matrix.clang-runtime }}" -imatch "16" ) {