This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch twice/ci-ubuntu-24
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 13a3462103f20f7588e7a66d960818a9426745e2
Author: Twice <[email protected]>
AuthorDate: Mon Dec 22 20:54:25 2025 +0800

    ci: re-enable ubuntu 24 build jobs
---
 .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

Reply via email to