An open API service indexing awesome lists of open source software.

https://github.com/compiler-explorer/ocaml-builder


https://github.com/compiler-explorer/ocaml-builder

docker-images

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

### Ocaml Compiler build scripts

The repository is part of the [Compiler Explorer](https://godbolt.org/) project. It builds
the docker images used to build the various ocaml compilers used on the site.

# Testing locally

```
sudo docker build -t ocamlbuilder .
sudo docker run ocamlbuilder ./build.sh 4.10.1
```