File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN wget -nv https://download.visualstudio.microsoft.com/download/pr/cd0d0a4d-2a
42
42
rm -f dotnet-sdk*.tar.gz
43
43
44
44
# Install OCaml
45
- ARG OCAML_VERSION=4.12 .0
45
+ ARG OCAML_VERSION=4.14 .0
46
46
RUN opam init --compiler=$OCAML_VERSION --disable-sandboxing
47
47
RUN opam option depext-run-installs=true
48
48
ENV OPAMYES=1
Original file line number Diff line number Diff line change 1
1
# This Dockerfile should be run from the root FStar directory
2
2
3
- ARG ocaml_version=4.12
3
+ ARG ocaml_version=4.14
4
4
FROM ocaml/opam:ubuntu-ocaml-$ocaml_version
5
5
6
6
# FIXME: the `opam depext` command should be unnecessary with opam 2.1
Original file line number Diff line number Diff line change 1
1
# This Dockerfile should be run from the root FStar directory
2
2
3
3
# Build the package
4
- ARG ocaml_version=4.12
4
+ ARG ocaml_version=4.14
5
5
ARG CI_THREADS=24
6
6
7
7
FROM ocaml/opam:ubuntu-20.04-ocaml-$ocaml_version AS fstarbuild
Original file line number Diff line number Diff line change 1
1
# This Dockerfile should be run from the root FStar directory
2
2
3
3
# Build the package
4
- ARG ocaml_version=4.12
4
+ ARG ocaml_version=4.14
5
5
ARG CI_THREADS=24
6
6
7
7
FROM ocaml/opam:ubuntu-20.04-ocaml-$ocaml_version AS fstarbuild
Original file line number Diff line number Diff line change 4
4
# coreutils: for the `install` command used in install-ulib.sh
5
5
export OPAMYES=1
6
6
brew install opam bash gnu-getopt coreutils gnu-sed
7
- opam init --compiler=4.12 .0
7
+ opam init --compiler=4.14 .0
8
8
eval $( opam env)
9
9
10
10
# Install Z3 and the opam package dependencies
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ need to perform the following step before your first use:
80
80
$ fstar.exe --version
81
81
F* 0.9.8.0~dev
82
82
platform=Linux_x86_64
83
- compiler=OCaml 4.12 .0
83
+ compiler=OCaml 4.14 .0
84
84
date=yyyy-mm-ddThh:nn:ss+02:00
85
85
commit=xxxxxxxx
86
86
$ z3 --version
@@ -209,7 +209,7 @@ The steps require a working OCaml setup. OCaml version 4.14.X should work.
209
209
``` sh
210
210
$ opam update
211
211
$ opam switch list-available
212
- $ opam switch create ocaml-variants.4.12 .0+mingw64c
212
+ $ opam switch create ocaml-variants.4.14 .0+mingw64c
213
213
```
214
214
215
215
3 . Afterwards you can install the ` depext ` and ` depext-cygwinports ` packages,
You can’t perform that action at this time.
0 commit comments