This is an automated email from the ASF dual-hosted git repository.
hulk 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 cb829a613 ci: re-enable ubuntu 24 build jobs (#3305)
cb829a613 is described below
commit cb829a6136e77fa7a510cd5e6a5919a9e4517f89
Author: Twice <[email protected]>
AuthorDate: Tue Dec 23 10:47:49 2025 +0800
ci: re-enable ubuntu 24 build jobs (#3305)
It closes #2411.
Co-authored-by: hulk <[email protected]>
---
.github/workflows/kvrocks.yaml | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index c2a530fa2..a44779b52 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -150,13 +150,12 @@ jobs:
- name: Ubuntu Clang
os: ubuntu-22.04
compiler: clang
- # FIXME: https://github.com/apache/kvrocks/issues/2411
- # - name: Ubuntu 24 GCC
- # os: ubuntu-24.04
- # compiler: gcc
- # - name: Ubuntu 24 Clang
- # os: ubuntu-24.04
- # compiler: clang
+ - name: Ubuntu 24 GCC
+ os: ubuntu-24.04
+ compiler: gcc
+ - name: Ubuntu 24 Clang
+ os: ubuntu-24.04
+ compiler: clang
- name: Ubuntu GCC ASan
os: ubuntu-22.04
without_jemalloc: -DDISABLE_JEMALLOC=ON