mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-10-01 01:05:39 -04:00
use OCaml 4.14.2 -- the latest LTS release
This commit is contained in:
parent
8e4c24bfba
commit
8d67e9d47a
@ -24,7 +24,7 @@ ENV OPAMCONFIRMLEVEL=unsafe-yes
|
|||||||
# latest versions.
|
# latest versions.
|
||||||
# taken from https://github.com/ocaml/opam-repository
|
# taken from https://github.com/ocaml/opam-repository
|
||||||
RUN opam init --disable-sandboxing -a --bare https://github.com/ocaml/opam-repository.git#f9f113a6bb242a13702859873fa0fcef9146eb6a
|
RUN opam init --disable-sandboxing -a --bare https://github.com/ocaml/opam-repository.git#f9f113a6bb242a13702859873fa0fcef9146eb6a
|
||||||
RUN opam switch create myswitch 4.14.1
|
RUN opam switch create myswitch 4.14.2
|
||||||
RUN opam exec -- opam install -y mirage opam-monorepo ocaml-solo5
|
RUN opam exec -- opam install -y mirage opam-monorepo ocaml-solo5
|
||||||
RUN mkdir /tmp/orb-build
|
RUN mkdir /tmp/orb-build
|
||||||
ADD config.ml /tmp/orb-build/config.ml
|
ADD config.ml /tmp/orb-build/config.ml
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MIRAGE_KERNEL_NAME = dist/qubes-firewall.xen
|
MIRAGE_KERNEL_NAME = dist/qubes-firewall.xen
|
||||||
OCAML_VERSION ?= 4.14.0
|
OCAML_VERSION ?= 4.14.2
|
||||||
SOURCE_BUILD_DEP := firewall-build-dep
|
SOURCE_BUILD_DEP := firewall-build-dep
|
||||||
|
|
||||||
firewall-build-dep:
|
firewall-build-dep:
|
||||||
|
Loading…
Reference in New Issue
Block a user