We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 699bf38 + e323119 commit ebd160fCopy full SHA for ebd160f
2 files changed
CHANGES.md
@@ -1,3 +1,9 @@
1
+unreleased
2
+----------
3
+
4
+- Add `tar` to the openSUSE/SLES dev package list; the Leap base image
5
+ no longer ships it (@mtelvers)
6
7
v8.3.6 2026-04-23
8
-----------------
9
src-opam/linux.ml
@@ -212,7 +212,7 @@ module Zypper = struct
212
install "-t pattern devel_C_C++"
213
@@ install
214
"sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which \
215
- rsync gzip openssl%s"
+ rsync gzip openssl tar%s"
216
(match extra with None -> "" | Some x -> " " ^ x)
217
218
let ocaml_depexts v =
0 commit comments