Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 5.2.0~rc1, create alpine/ubuntu base image for it #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions common-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ opam_packages="
http-lwt-client
integers_stubs_js
junit_alcotest
js_of_ocaml.5.4.0
js_of_ocaml-compiler.5.4.0
js_of_ocaml-ppx.5.4.0
js_of_ocaml.5.7.2
js_of_ocaml-compiler.5.7.2
js_of_ocaml-ppx.5.7.2
logs
lsp.1.15.1-5.0
lwt
Expand All @@ -71,7 +71,7 @@ opam_packages="
num
notty
ocamlfind
ocamlformat.0.26.1
ocamlformat.0.26.2
ocamlgraph
ocolor
ocp-indent
Expand Down
4 changes: 2 additions & 2 deletions configs/alpine5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ from="alpine:3.18"

# This is the argument of 'docker pull', 'docker push', etc. for the image
# we are building.
docker_url="returntocorp/ocaml:alpine5.1"
docker_url="returntocorp/ocaml:alpine5.2"
extra_docker_urls=("$docker_url-$date")

# User to create and use. If it already exists, we'll try to use it.
Expand All @@ -32,7 +32,7 @@ extra_packages="$extra_apk_packages"
# Opam switch to use. This determines the OCaml version and a set of
# configuration options.

opam_switch="5.1.0"
opam_switch="5.2.0~rc1"

# The collection of opam packages we want to install. Go wild.
opam_packages="$opam_packages"
4 changes: 2 additions & 2 deletions configs/ubuntu5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ from="ubuntu"

# This is the argument of 'docker pull', 'docker push', etc. for the image
# we are building.
docker_url="returntocorp/ocaml:ubuntu5.1"
docker_url="returntocorp/ocaml:ubuntu5.2"
extra_docker_urls=("$docker_url-$date")

# User to create and use. If it already exists, we'll try to use it.
Expand All @@ -29,7 +29,7 @@ extra_packages="$extra_deb_packages"

# Opam switch to use. This determines the OCaml version and a set of
# configuration options.
opam_switch="5.1.0"
opam_switch="5.2.0~rc1"

# The collection of opam packages we want to install. Go wild.
opam_packages="$opam_packages"