Fix random sanitizer crashes caused by high-entropy ASLR on Ubuntu Github Runner.

* removed arch condition (c&p mistake)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig
2024-03-15 06:57:38 +01:00
parent d43a3d1436
commit 7ef7667da3

View File

@@ -169,7 +169,7 @@ jobs:
cd nDPI-dev cd nDPI-dev
./autogen.sh --prefix=/usr/local --with-only-libndpi && make install ./autogen.sh --prefix=/usr/local --with-only-libndpi && make install
- name: Fix kernel mmap rnd bits on Ubuntu - name: Fix kernel mmap rnd bits on Ubuntu
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.arch, 'x86_64') if: startsWith(matrix.os, 'ubuntu')
run: | run: |
# Workaround for compatinility between latest kernel and sanitizer # Workaround for compatinility between latest kernel and sanitizer
# See https://github.com/actions/runner-images/issues/9491 # See https://github.com/actions/runner-images/issues/9491