Skip to content

Instantly share code, notes, and snippets.

@dongjinahn
Last active November 27, 2018 02:01
Show Gist options
  • Select an option

  • Save dongjinahn/8bce49eec326596a28e659b60fc3f0d4 to your computer and use it in GitHub Desktop.

Select an option

Save dongjinahn/8bce49eec326596a28e659b60fc3f0d4 to your computer and use it in GitHub Desktop.
llvm
./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
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