This is an automated email from the ASF dual-hosted git repository.
aleksraiden pushed a commit to branch dnm-test-archlinux-error
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/dnm-test-archlinux-error by
this push:
new d2dbe1c5c Update kvrocks.yaml
d2dbe1c5c is described below
commit d2dbe1c5ca698087884ed20d8117054001d0abbf
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun May 3 13:15:39 2026 +0300
Update kvrocks.yaml
---
.github/workflows/kvrocks.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 7a6a81930..d08d89380 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -312,6 +312,7 @@ jobs:
- name: ArchLinux
image: archlinux:base
compiler: gcc
+ disable_jemalloc: -DDISABLE_JEMALLOC=ON
runs-on: ubuntu-22.04
container:
@@ -335,9 +336,7 @@ jobs:
# FIXME: Workaround for gcc 15 issue for rocksdb
https://github.com/apache/kvrocks/issues/2927
echo "CXXFLAGS=$CXXFLAGS -include cstdint" >> $GITHUB_ENV
- # Workaround for jemalloc 5.3.1 + GCC 16
- echo "CXXFLAGS=$CXXFLAGS -Wno-error=stringop-truncation
-D_GLIBCXX_ASSERTIONS=0" >> $GITHUB_ENV
-
+
- name: Setup openSUSE
if: ${{ startsWith(matrix.image, 'opensuse') }}
run: |