Skip to content
Merged
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
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
unreleased
----------

- Update to bubblewrap 0.7.0. (@MisterDA #131)
- Add Alpine 3.17 (3.16 is now tier 2 and 3.15 is deprecated). Remove
libexecinfo-dev from the list of apk packages as it is no longer
available. Its symbols are only used in OCaml's self tests.
Expand Down
2 changes: 1 addition & 1 deletion src-opam/opam.ml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let install_opam_from_source ?(add_default_link = true) ?(prefix = "/usr/local")
@@ maybe_link_opam add_default_link prefix branch

let bubblewrap_minimum = (0, 4, 1)
let bubblewrap_latest = (0, 6, 2)
let bubblewrap_latest = (0, 7, 0)

let maybe_build_bubblewrap_from_source ?(prefix = "/usr/local") distro =
match D.bubblewrap_version distro with
Expand Down