Skip to content

efcs/clang-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clang Compiler build scripts

The repository is part of the Compiler Explorer project. It builds the docker images used to build the various clang compilers used on the site.

To Test

This assumes you have set up your user account to be able to run docker without being root; if you haven't done so, you'll need to prefix these commands with sudo.

  • docker build --build-arg image=22.04 -t clangbuilder .
  • docker run clangbuilder ./build.sh trunk

Alternative to run (for better debugging)

  • docker run -t -i clangbuilder bash
  • ./build.sh trunk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 94.4%
  • Dockerfile 5.6%