Browse Source

Pass the target architecture when building LLVM.

pull/1507/head
Joao Matos 5 years ago
parent
commit
59c569941c
  1. 4
      .github/workflows/llvm.yml

4
.github/workflows/llvm.yml

@ -45,11 +45,11 @@ jobs: @@ -45,11 +45,11 @@ jobs:
- name: Build LLVM
shell: bash
run: build/premake.sh --file=build/scripts/LLVM.lua build_llvm
run: build/premake.sh --file=build/scripts/LLVM.lua build_llvm --arch=$PLATFORM
- name: Package LLVM
shell: bash
run: build/premake.sh --file=build/scripts/LLVM.lua package_llvm
run: build/premake.sh --file=build/scripts/LLVM.lua package_llvm --arch=$PLATFORM
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2

Loading…
Cancel
Save