We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4502feb commit 45ec8c7Copy full SHA for 45ec8c7
1 file changed
.github/workflows/many-platforms.yml
@@ -796,6 +796,8 @@ jobs:
796
check-sanitized:
797
name: make check with sanitizers
798
needs: build-tarball
799
+ # Disable, because the sanitizer does not allow to make memory pages executable.
800
+ if: ${{ false }}
801
runs-on: ubuntu-22.04
802
steps:
803
# This is needed because we run a script stored in this repository.
0 commit comments