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

Alan Maguire <[email protected]> Sun, 21 Jun 2026 13:51:05 +0100
Newsgroups org.kernel.vger.dwarves
Message-ID <[email protected]>
On 20/06/2026 22:01, Yonghong Song wrote:
> 
> 
> 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?
>

good idea; I just checked, and the latest supported version
is LLVM 22 [1]; I'll send a patch with your Suggested-by:
and land it shortly so we're testing the full matrix with
recent LLVM.

Thanks!

Alan
 
[1] https://github.com/alan-maguire/dwarves/actions/runs/27901540634

>> ---
>>   .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:
>