Skip to content

Commit b51bb85

Browse files
committed
Install the Base package
1 parent b323760 commit b51bb85

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DockerOcamlbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN set -ex; \
66
'ounit2=2.2.7' \
77
'ocamlbuild=0.14.2' \
88
'batteries=3.6.0' \
9-
# 'core=v0.15.1' \
9+
'base=v0.15.1' \
1010
# ''
1111
;
1212

workspace/_tags

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
<cwtest.ml> or <cwtest.native> or <tests.ml>: package(ounit2)
2-
not <cwtest.ml>: package(batteries)
3-
# not <test.ml>: package(batteries), package(core)
2+
not <cwtest.ml>: package(batteries), package(base)

0 commit comments

Comments
 (0)