Skip to content

Commit

Permalink
CI: Build with LLVM_IAS=1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed Apr 8, 2024
1 parent d807cc6 commit 249c7fe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/powerpc-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,20 @@ jobs:
defconfig: [ppc64, corenet64_smp, pmac32, ppc40x, mpc885_ads]
image: [fedora-38]
subarch: [ppc64]
llvm_ias: [0]
include:
- subarch: ppc64le
defconfig: ppc64le
image: fedora-38
llvm_ias: 0
- subarch: ppc64le
defconfig: ppc64le
image: fedora-38
llvm_ias: 1

env:
CLANG: 1
LLVM_IAS: 0
LLVM_IAS: ${{ matrix.llvm_ias }}
ARCH: powerpc
TARGET: kernel
CCACHE: 1
Expand Down

0 comments on commit 249c7fe

Please sign in to comment.