Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Moreau committed Jul 29, 2021
1 parent 671e906 commit 533b833
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/llvm-prebuilt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,39 +23,9 @@ jobs:
- os: linux
runner: ubuntu-18.04

- bits: 32
LLVM_BUILD_32_BITS: ON

- bits: 64
LLVM_BUILD_32_BITS: OFF

- arch: x86
bits: 32
os: linux
CMAKE_TOOLCHAIN_FILE: $GITHUB_WORKSPACE/llvm-nightlies/toolchains/x86-32-linux.cmake

- arch: x86
bits: 32
os: linux
multilib: g++-multilib

- arch: arm
bits: 32
os: linux
multilib: g++-arm-linux-gnueabihf g++-multilib-arm-linux-gnueabihf
CMAKE_TOOLCHAIN_FILE: $GITHUB_WORKSPACE/llvm-nightlies/toolchains/arm-32-linux.cmake

- arch: arm
bits: 64
os: linux
multilib: g++-aarch64-linux-gnu
CMAKE_TOOLCHAIN_FILE: $GITHUB_WORKSPACE/llvm-nightlies/toolchains/arm-64-linux.cmake

- arch: x86
bits: 32
os: windows
msvc: amd64_x86

- arch: x86
bits: 64
os: windows
Expand Down

0 comments on commit 533b833

Please sign in to comment.