Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashnuke/heroku-buildpack-elixir-otp-builds
Erlang OTP build scripts for the Heroku Elixir Buildpack
https://github.com/hashnuke/heroku-buildpack-elixir-otp-builds
Last synced: 15 days ago
JSON representation
Erlang OTP build scripts for the Heroku Elixir Buildpack
- Host: GitHub
- URL: https://github.com/hashnuke/heroku-buildpack-elixir-otp-builds
- Owner: HashNuke
- Created: 2015-10-22T14:05:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T14:41:51.000Z (over 3 years ago)
- Last Synced: 2024-10-25T02:00:19.495Z (24 days ago)
- Language: Shell
- Size: 173 KB
- Stars: 37
- Watchers: 14
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Erlang OTP build scripts for the Heroku Elixir buildpack
The [Heroku Elixir Buildpack](http://github.com/HashNuke/heroku-buildpack-elixir) uses pre-compiled builds of Erlang OTP to speed up deployments. This repository contains build scripts to compile Erlang OTP and upload those to s3 for re-use.
## Notes
* Builds are run on TravisCI
* Erlang versions are stored on Amazon S3## How to compile a new version of Erlang?
Just add the new version to the top of the `otp-versions` file.
> Cannot add multiple versions in one commit. The build scripts only build the top most version listed in the file.