This is an automated email from the ASF dual-hosted git repository.
twice 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 b42259eb Set ENABLE_NEW_ENCODING=FALSE in CI workflow (#2333)
b42259eb is described below
commit b42259eb536e3cd88ffd072a9fa409f5d7fede1d
Author: Twice <[email protected]>
AuthorDate: Sun May 26 13:15:31 2024 +0900
Set ENABLE_NEW_ENCODING=FALSE in CI workflow (#2333)
---
.github/workflows/kvrocks.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 1871f232..7cccab07 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -191,14 +191,14 @@ jobs:
os: ubuntu-20.04
without_luajit: -DENABLE_LUAJIT=OFF
compiler: clang
- - name: Ubuntu GCC with new encoding
+ - name: Ubuntu GCC with old encoding
os: ubuntu-20.04
compiler: gcc
- new_encoding: -DENABLE_NEW_ENCODING=TRUE
- - name: Ubuntu Clang with new encoding
+ new_encoding: -DENABLE_NEW_ENCODING=FALSE
+ - name: Ubuntu Clang with old encoding
os: ubuntu-22.04
compiler: clang
- new_encoding: -DENABLE_NEW_ENCODING=TRUE
+ new_encoding: -DENABLE_NEW_ENCODING=FALSE
- name: Ubuntu GCC with speedb enabled
os: ubuntu-20.04
compiler: gcc