Re: [PATCH dwarves] CI: add clang+aarch64 to matrix

Yonghong Song <[email protected]> Sat, 20 Jun 2026 14:01:10 -0700
Newsgroups org.kernel.vger.dwarves
Message-ID <[email protected]>

On 6/20/26 1:30 AM, Alan Maguire wrote:
> Need to test full matrix of gcc/clang + x86_64/aarch64.
>
> Signed-off-by: Alan Maguire <[email protected]>

Acked-by: Yonghong Song <[email protected]>

looks like we are still using llvm version 18, could you
increase llvm version to 21 or 22? Or ubuntu-24 only
supports llvm 18?

> ---
>   .github/workflows/test.yml | 6 ++++++
>   1 file changed, 6 insertions(+)
>
> diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
> index f47cc4a..a81aa55 100644
> --- a/.github/workflows/test.yml
> +++ b/.github/workflows/test.yml
> @@ -34,6 +34,12 @@ jobs:
>               llvm-version: '18'
>               pahole: 'none'
>               cc: 'gcc'
> +          - kernel: 'LATEST'
> +            runs_on: 'ubuntu-24.04-arm'
> +            arch: 'aarch64'
> +            llvm-version: '18'
> +            pahole: 'none'
> +            cc: 'clang'
>       name: Linux ${{ matrix.kernel }}
>       uses: ./.github/workflows/vmtest.yml
>       with: