mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-05 10:59:37 +00:00
8 lines
187 B
Bash
Executable File
8 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
# Linux updated its ASLR randomization in a way that is incompatible with
|
|
# TSAN. See https://github.com/google/sanitizers/issues/1716
|
|
sudo sysctl vm.mmap_rnd_bits=28
|