You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.`docker run -it --cpus <CPUs> --memory <Memory> -v ~/<path to your local sources>:/src-on-host:cached --name lsan-reproducer --cap-add=SYS_PTRACE --security-opt seccomp=unconfined <hash that docker build outputs> bash`
5
+
1. Use an x86 machine. The following instructions currently don’t work on arm64. It might be easy to adjust them or not, I have not tried
4.`docker run -it --cpus <CPUs> --memory <Memory> -v ~/<path to your local sources>:/src-on-host:cached --name lsan-reproducer --cap-add=SYS_PTRACE --security-opt seccomp=unconfined <hash that docker build outputs> bash`
8
9
- The `-cap-add` and `-security-opt` arguments are needed to run LLDB inside the Docker container
9
-
4. Copy the sources to inside the Docker container: `cp -r /src-on-host/* ~`
10
+
5. Copy the sources to inside the Docker container: `cp -r /src-on-host/* ~`
10
11
- We need to to this because the build needs a case-sensitive file system and your host machine probably has a case-insensitive file system
0 commit comments