This is an automated email from the ASF dual-hosted git repository.
hulk 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 a93fe12c Revert broken ubuntu image temporary fix (#2189)
a93fe12c is described below
commit a93fe12cbefad92fc394593e249e396561eb366d
Author: Binbin <[email protected]>
AuthorDate: Thu Mar 21 23:09:26 2024 +0800
Revert broken ubuntu image temporary fix (#2189)
Now actions/runner-images#9491 have been fixed and closed.
This revert is #2161. I've tested and everything works fine.
---
.github/workflows/kvrocks.yaml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 91099f4b..f96cf41e 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -257,11 +257,6 @@ jobs:
${{ matrix.without_luajit }} ${{ matrix.with_ninja }} ${{
matrix.with_sanitizer }} ${{ matrix.with_openssl }} \
${{ matrix.new_encoding }} ${{ matrix.with_speedb }} ${{
env.CMAKE_EXTRA_DEFS }}
- # Can remove this once
https://github.com/actions/runner-images/issues/9491 was fixed
- - name: Decrease ASLR entropy due to the issue in 20240310.1.0 Ubuntu
22.04
- if: ${{ startsWith(matrix.os, 'ubuntu-22.04') }}
- run: sudo sysctl vm.mmap_rnd_bits=28
-
- name: Build Kvrocks (SonarCloud)
if: ${{ matrix.sonarcloud }}
run: |