Skip to content

Commit ebd160f

Browse files
authored
Merge pull request #264 from mtelvers/add-tar-opensuse
Add tar to openSUSE dev packages
2 parents 699bf38 + e323119 commit ebd160f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
v8.3.6 2026-04-23
28
-----------------
39

src-opam/linux.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ module Zypper = struct
212212
install "-t pattern devel_C_C++"
213213
@@ install
214214
"sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which \
215-
rsync gzip openssl%s"
215+
rsync gzip openssl tar%s"
216216
(match extra with None -> "" | Some x -> " " ^ x)
217217

218218
let ocaml_depexts v =

0 commit comments

Comments
 (0)