Skip to content

Commit d730f05

Browse files
committed
bump ocmal version from 4.05.0 to 4.08.1
1 parent ece4e57 commit d730f05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIRAGE_KERNEL_NAME = qubes_ssh_agent.xen
22
#SOURCE_BUILD_DEP := ssh-agent-build-dep
3-
OCAML_VERSION ?= 4.05.0
3+
OCAML_VERSION ?= 4.08.1
44

55
#ssh-agent-build-dep:
66
# opam pin -y add angstrom https://github.com/reynir/angstrom.git#no-c-blit

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ A WIP ssh-agent [Mirage](https://mirage.io/) unikernel for [Qubes OS](https://qu
66

77
First, you need to install `opam` the OCaml package manager. Check out the instructions at http://opam.ocaml.org/doc/Install.html.
88
Once installed it will use the system-installed OCaml compiler.
9-
You may have to compile a newer version of OCaml - for example version 4.02.3 is confirmed not to work (the version shipped with debian 9). Version 4.05.0 is confirmed to work.
10-
To compile 4.05.0, run `opam switch install 4.05.0`. Then run `eval $(opam config env)` as the command should tell you to do.
9+
You may have to compile a newer version of OCaml - for example version 4.02.3 is confirmed not to work (the version shipped with debian 9). Version 4.08.1 is confirmed to work.
10+
To compile 4.08.1, run `opam switch install 4.08.1`. Then run `eval $(opam config env)` as the command should tell you to do.
1111

1212
You should now have a working OCaml setup to continue.
1313

0 commit comments

Comments
 (0)