Skip to content

Commit 45ec8c7

Browse files
committed
Disable check-sanitized.
1 parent 4502feb commit 45ec8c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/many-platforms.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,8 @@ jobs:
796796
check-sanitized:
797797
name: make check with sanitizers
798798
needs: build-tarball
799+
# Disable, because the sanitizer does not allow to make memory pages executable.
800+
if: ${{ false }}
799801
runs-on: ubuntu-22.04
800802
steps:
801803
# This is needed because we run a script stored in this repository.

0 commit comments

Comments
 (0)