Skip to content

Commit

Permalink
Clone the LLVM project on building phase (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin authored Oct 21, 2024
1 parent 8249e09 commit 2b65ece
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,19 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive

- name: Setup QEMU for Linux cross-compilation
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Clone LLVM project
shell: bash
run: |
git clone -b release/6.x https://github.com/llvm/llvm-project.git
working-directory: python

- name: Setup LLVM project
shell: bash
run: |
Expand Down Expand Up @@ -84,7 +89,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive

- name: Clone LLVM project
shell: bash
run: |
git clone -b release/6.x https://github.com/llvm/llvm-project.git
working-directory: python

- name: Setup LLVM project
shell: bash
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion python/llvm-project
Submodule llvm-project deleted from d359f2

0 comments on commit 2b65ece

Please sign in to comment.