Skip to content

Commit

Permalink
revert 2161 and test
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-binbin committed Mar 21, 2024
1 parent a9259a7 commit ccccccb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ccccccb

Please sign in to comment.