wolfi-dev / os

Main package repository for production Wolfi images
Other
798 stars 219 forks source link

[Wolfi Package Request]: ocamlbuild #22049

Closed creste closed 3 months ago

creste commented 3 months ago

What software would you like us to add to wolfi-os. Ideally include a URL to the project and its source.

https://github.com/ocaml/ocamlbuild

which versions of the software should we include?

0.14.3

Add some justification for why this specific package and versions are important.

ocamlbuild is required to build Intel SGX for Linux, as documented in the prerequisites. Without ocamlbuild, make sdk fails with this error:

 > [wolfi-build 17/19] RUN cd linux-sgx && make sdk:
1.187 make[3]: Entering directory '/linux-sgx/sdk/edger8r/linux'
1.210 /bin/sh: file: not found
1.226 make[3]: ocamlbuild: No such file or directory

Note that ocamlbuild is available in alpine.

Please check all that apply

creste commented 3 months ago

Fixed in https://github.com/wolfi-dev/os/pull/22052.