diff options
| author | Alasdair Armstrong | 2019-04-16 19:38:44 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2019-04-16 19:38:44 +0100 |
| commit | a6b9e85997879845d1317270696ceffff1c00127 (patch) | |
| tree | 59c72f0479862138ead1c7612842e8076242e5ea /src/Makefile | |
| parent | 3918354ab84347efaacd14954f0d04e0b7c7ee75 (diff) | |
Temporarily remove Makefile part that is making Jenkins fail
Comment out some interpreter tests that go into infinite loops because
those will cause issues for Jenkins.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index a002d4f3..5ff56330 100644 --- a/src/Makefile +++ b/src/Makefile @@ -103,7 +103,7 @@ sail: ast.ml jib.ml manifest.ml ocamlbuild -use-ocamlfind sail.native sail_lib.cma sail_lib.cmxa isail: ast.ml jib.ml manifest.ml - ocamlbuild -use-ocamlfind isail.native sail_lib.cma sail_lib.cmxa libsail.cma libsail.cmxa + ocamlbuild -use-ocamlfind isail.native sail_lib.cma sail_lib.cmxa coverage: ast.ml jib.ml manifest.ml |
