https://github.com/compiler-explorer/ocaml-builder
https://github.com/compiler-explorer/ocaml-builder
docker-images
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/compiler-explorer/ocaml-builder
- Owner: compiler-explorer
- License: bsd-2-clause
- Created: 2020-02-25T01:17:47.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T23:31:49.000Z (over 3 years ago)
- Last Synced: 2024-12-21T14:43:30.627Z (about 1 year ago)
- Topics: docker-images
- Language: Shell
- Size: 14.6 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```