Skip to content

Commit

Permalink
Merge pull request #5205 from wasmerio/ci-fix-docs
Browse files Browse the repository at this point in the history
 Add LLVM to docs CI
  • Loading branch information
xdoardo authored Oct 30, 2024
2 parents ede1355 + 19044ff commit f706fc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
mkdir ${{ env.LLVM_DIR }}
tar xf llvm.tar.xz --strip-components=1 -C ${{ env.LLVM_DIR }}
echo "${{ env.LLVM_DIR }}/bin" >> $GITHUB_PATH
echo "LLVM_SYS_120_PREFIX=${{ env.LLVM_DIR }}" >> $GITHUB_ENV
echo "LLVM_SYS_180_PREFIX=${{ env.LLVM_DIR }}" >> $GITHUB_ENV
env:
LLVM_DIR: ${{ github.workspace }}/llvm-13
LLVM_URL: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz'
LLVM_DIR: ${{ github.workspace }}/llvm-18
LLVM_URL: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-linux-amd64.tar.xz'
- name: Build & package documentation
run: make package-docs
- name: Publish documentation
Expand Down

0 comments on commit f706fc8

Please sign in to comment.