Skip to content

Commit d543c05

Browse files
committed
Fix CAMLboy
1 parent e32d048 commit d543c05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

benchmarks/benchmark-camlboy/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export NAME=Camlboy
44

5-
SHELL=/bin/bash -o pipefail
5+
SHELL=/usr/bin/env bash -o pipefail
66

77
DIR=CAMLBOY
88
SCRIPT=$(DIR)/_build/default/bin/web/bench_node.bc

tools/ci_setup.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ let branch nm =
348348
match nm with
349349
| "async_js"
350350
| "base"
351+
| "bigstringaf"
351352
| "core"
352353
| "core_kernel"
353354
| "core_unix"

0 commit comments

Comments
 (0)