Skip to content

Commit

Permalink
WIP: github: Try to backport a patch to fix libcxx tests with current…
Browse files Browse the repository at this point in the history
… mingw-w64 headers
  • Loading branch information
mstorsjo committed Jun 21, 2024
1 parent ea7c270 commit df1e0d9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,13 @@ jobs:
env:
LLVM_VERSION: ${{needs.prepare.outputs.LLVM_VERSION}}
run: |
bash -c "CHECKOUT_ONLY=1 ./build-llvm.sh"
git clone https://github.com/llvm/llvm-project.git
bash -c "CHECKOUT_ONLY=1 SYNC=1 ./build-llvm.sh"
cd llvm-project
git config --global user.name "LLVM MinGW"
git config --global user.email root@localhost
git cherry-pick 4fc8df9c6afa5ddcaaab91aad87bf713c592545d
git cherry-pick 337e633bb75640bb6e04eb874c7114dfac6fa754
- name: Build and test libcxx
run: |
cd llvm-project
Expand Down

0 comments on commit df1e0d9

Please sign in to comment.