Current section
Files
Jump to
Current section
Files
samples/build.conf
#
# Horizon.Ops - Sample Config for a build host
#
# The `pkg` option installs the specified package using the package manager.
pkg:ca_root_nss
pkg:gcc
pkg:rsync
pkg:gmake
pkg:git
pkg:erlang-runtime27
# Store the path to erlang for builds via bsd_install.sh
dot-path:/usr/local/lib/erlang27/bin
# Set the path to erlang (on the fly) so we can install elixir
path:/usr/local/lib/erlang27/bin
# The `elixir` option pulls the specified version of Elixir from github and builds Elixir from source
elixir:1.18.2