This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 5d4141f9a ci: add a clang build job in ubuntu ARM runner (#2952)
5d4141f9a is described below
commit 5d4141f9a6de58858d93a91159dca8c8e27a67ff
Author: Twice <[email protected]>
AuthorDate: Sat May 10 09:47:58 2025 +0800
ci: add a clang build job in ubuntu ARM runner (#2952)
Signed-off-by: PragmaTwice <[email protected]>
---
.github/workflows/kvrocks.yaml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index f92262430..dbf5c501a 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -215,9 +215,13 @@ jobs:
os: ubuntu-22.04
compiler: clang
new_encoding: -DENABLE_NEW_ENCODING=FALSE
- - name: Ubuntu Arm64
+ - name: Ubuntu ARM GCC
os: ubuntu-24.04-arm
- compiler: auto
+ compiler: gcc
+ arm_linux: true
+ - name: Ubuntu ARM Clang
+ os: ubuntu-24.04-arm
+ compiler: clang
arm_linux: true
runs-on: ${{ matrix.os }}