Skip to content

Commit

Permalink
[ci] Use clang patches in CppInterOp, not cppyy-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 authored Sep 24, 2024
1 parent 7ee7774 commit b184a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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" )
{
Expand Down

0 comments on commit b184a46

Please sign in to comment.