All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.