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

aleksraiden pushed a commit to branch aleksraiden-patch-4
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 3a38305d2bee10125788ffeb57d6d21fd800d4a7
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun May 3 13:38:54 2026 +0300

    Add jemalloc disable flag for ArchLinux build
---
 .github/workflows/kvrocks.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 253dd9703..6b5629fbf 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -525,6 +525,7 @@ jobs:
           - name: ArchLinux
             image: archlinux:base
             compiler: gcc
+            disable_jemalloc: -DDISABLE_JEMALLOC=ON
           - name: Rocky Linux 8
             image: rockylinux:8
             compiler: gcc

Reply via email to