Skip to content

Commit

Permalink
Merge pull request #9 from ocurrent/patch
Browse files Browse the repository at this point in the history
Update opam and OCaml version
  • Loading branch information
mtelvers authored Sep 25, 2024
2 parents 5809348 + 962179e commit fbfdb73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
- { role: base-image, version: "5.0.0", user_name: opam, zfs_pool: "obuilder" , default: false }
- { role: base-image, version: "5.1.1", user_name: opam, zfs_pool: "obuilder" , default: false }
- { role: base-image, version: "5.2.0", user_name: opam, zfs_pool: "obuilder" , default: true }
- { role: base-image, version: "5.3.0~alpha1", user_name: opam, zfs_pool: "obuilder" , default: false }
- { role: base-image, version: "5.4.0+trunk", user_name: opam, zfs_pool: "obuilder" , default: false }

2 changes: 1 addition & 1 deletion roles/base-image/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
git config --global user.name "Your Name"
curl -s https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh -o install.sh
chmod +x install.sh
for version in 2.1.5 2.2.0 dev ; do
for version in 2.1.6 2.2.1 dev ; do
if [ "$version" = "dev" ] ; then
./install.sh --dev --download-only
else
Expand Down

0 comments on commit fbfdb73

Please sign in to comment.