Last active
November 27, 2018 02:01
-
-
Save dongjinahn/8bce49eec326596a28e659b60fc3f0d4 to your computer and use it in GitHub Desktop.
llvm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./llvm/utils/docker/build_docker_image.sh \ | |
| -s debian8 -d clang-debian8 -t "stable" \ | |
| --branch branches/google/stable \ | |
| -p clang -i install-clang -i install-clang-headers \ | |
| -- \ | |
| -DCMAKE_BUILD_TYPE=Debug |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -it -v "$HOME":/mnt/host --name llvm clang-debian8:stable bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment