We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32d048 commit d543c05Copy full SHA for d543c05
benchmarks/benchmark-camlboy/Makefile
@@ -2,7 +2,7 @@
2
3
export NAME=Camlboy
4
5
-SHELL=/bin/bash -o pipefail
+SHELL=/usr/bin/env bash -o pipefail
6
7
DIR=CAMLBOY
8
SCRIPT=$(DIR)/_build/default/bin/web/bench_node.bc
tools/ci_setup.ml
@@ -348,6 +348,7 @@ let branch nm =
348
match nm with
349
| "async_js"
350
| "base"
351
+ | "bigstringaf"
352
| "core"
353
| "core_kernel"
354
| "core_unix"
0 commit comments