* [PATCH dwarves] CI: add clang+aarch64 to matrix
@ 2026-06-20 8:30 Alan Maguire
2026-06-20 21:01 ` Yonghong Song
0 siblings, 1 reply; 3+ messages in thread
From: Alan Maguire @ 2026-06-20 8:30 UTC (permalink / raw)
To: dwarves; +Cc: yonghong.song, Alan Maguire
Need to test full matrix of gcc/clang + x86_64/aarch64.
Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
---
.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:
--
2.43.5
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH dwarves] CI: add clang+aarch64 to matrix
2026-06-20 8:30 [PATCH dwarves] CI: add clang+aarch64 to matrix Alan Maguire
@ 2026-06-20 21:01 ` Yonghong Song
2026-06-21 12:51 ` Alan Maguire
0 siblings, 1 reply; 3+ messages in thread
From: Yonghong Song @ 2026-06-20 21:01 UTC (permalink / raw)
To: Alan Maguire, dwarves
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 <alan.maguire@oracle.com>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
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:
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH dwarves] CI: add clang+aarch64 to matrix
2026-06-20 21:01 ` Yonghong Song
@ 2026-06-21 12:51 ` Alan Maguire
0 siblings, 0 replies; 3+ messages in thread
From: Alan Maguire @ 2026-06-21 12:51 UTC (permalink / raw)
To: Yonghong Song, dwarves
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 <alan.maguire@oracle.com>
>
> Acked-by: Yonghong Song <yonghong.song@linux.dev>
>
> 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:
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-21 12:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-20 8:30 [PATCH dwarves] CI: add clang+aarch64 to matrix Alan Maguire
2026-06-20 21:01 ` Yonghong Song
2026-06-21 12:51 ` Alan Maguire
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.