We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80751a commit 1c3becfCopy full SHA for 1c3becf
1 file changed
.github/workflows/kvrocks.yaml
@@ -561,9 +561,6 @@ jobs:
561
562
# FIXME: Workaround for gcc 15 issue for rocksdb https://github.com/apache/kvrocks/issues/2927
563
echo "CXXFLAGS=$CXXFLAGS -include cstdint" >> $GITHUB_ENV
564
-
565
- # FIXME: Workaround for jemalloc 5.3.1 + GCC 16
566
- echo "CXXFLAGS=$CXXFLAGS -D__throw_bad_alloc=throw_std_bad_alloc" >> $GITHUB_ENV
567
568
- name: Setup openSUSE
569
if: ${{ startsWith(matrix.image, 'opensuse') }}
0 commit comments