This is an automated email from the ASF dual-hosted git repository.
PragmaTwice 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 e23fdb4ee chore(build): jemalloc disable flag for ArchLinux build
(#3480)
e23fdb4ee is described below
commit e23fdb4eedf7e9620a2e150514fe76ef5c125d3a
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun May 3 16:00:11 2026 +0300
chore(build): jemalloc disable flag for ArchLinux build (#3480)
We need to disable jemalloc (and use system) at Arch (due to error with
std::__throw_bad_alloc, its patch at this PR
https://github.com/jemalloc/jemalloc/pull/2900)
---------
Co-authored-by: Twice <[email protected]>
---
.github/workflows/kvrocks.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 253dd9703..f50c72a19 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -525,6 +525,8 @@ jobs:
- name: ArchLinux
image: archlinux:base
compiler: gcc
+ # FIXME: enable this when
https://github.com/jemalloc/jemalloc/pull/2900 is released
+ disable_jemalloc: -DDISABLE_JEMALLOC=ON
- name: Rocky Linux 8
image: rockylinux:8
compiler: gcc