We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b77fec commit 070b2c9Copy full SHA for 070b2c9
.github/actions/run-in-docker-action/action.yml
@@ -37,6 +37,8 @@ runs:
37
cache-from: type=gha
38
39
- # Workaround for https://github.com/google/sanitizers/issues/1614 .
40
+ # The underlying issue has been fixed in clang 8.1.3.
41
+
42
run: sudo sysctl -w vm.mmap_rnd_bits=28
43
shell: bash
44
0 commit comments