Commit a15212c
committed
Old versions of irmin needs an old version of cstruct
Otherwise they fail with:
```
#=== ERROR while compiling irmin.1.4.0 ========================================#
# context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.4.12.1 | file:///home/opam/opam-repository
# path ~/.opam/4.12/.opam-switch/build/irmin.1.4.0
# command ~/.opam/opam-init/hooks/sandbox.sh build jbuilder build -p irmin -j 47
# exit-code 1
# env-file ~/.opam/log/irmin-8-7b617e.env
# output-file ~/.opam/log/irmin-8-7b617e.out
### output ###
[..]
# File "src/irmin/type.ml", line 702, characters 28-39:
# 702 | let cstruct s = (int 0) + Cstruct.len s
# ^^^^^^^^^^^
# Error: Unbound value Cstruct.len
```1 parent 43331ec commit a15212c
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments