Skip to content

rjodinchr/misc-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miscellaneous tool build scripts

The repository is part of the Compiler Explorer project. It builds the docker images used to build some of the more...esoteric...tools used on the site.

For example, it builds the 6502 compiler.

Testing locally

Note: make sure you chmod +x build/build-yourcompiler.sh first

sudo docker build -t miscbuilder .
sudo docker run miscbuilder ./build-yourcompiler.sh trunk

Alternative to run (for better debugging)

  • sudo docker run -t -i miscbuilder bash
  • ./build-yourcompiler.sh trunk

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.7%
  • Dockerfile 6.3%