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 8cec4f01a Update kvrocks.yaml
8cec4f01a is described below
commit 8cec4f01a3e301980e7cfee09755399beda8c6ae
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun May 3 13:00:58 2026 +0300
Update kvrocks.yaml
---
.github/workflows/kvrocks.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index f0351553b..7a6a81930 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -335,6 +335,8 @@ 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') }}