Skip to content

Commit a70f4e7

Browse files
committed
[Scripts] build turbo-tv
1 parent ca34076 commit a70f4e7

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

build-turbotv.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/env bash
2+
3+
git submodule update --init --remote turbo-tv
4+
pushd turbo-tv
5+
git checkout a011a31faf0b9effb06d5b67b977e2dc91d4e240
6+
7+
export OPAMYES=1
8+
9+
opam install core_unix cmdliner dune ocamlgraph z3 ocamlformat oUnit -y
10+
dune build --root . || true
11+
dune install --root .
12+
13+
command -v turbo-tv

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,6 @@ fi
9191
install_alive2
9292

9393
make
94+
95+
command -v fuzzer
96+
command -v llmutate

0 commit comments

Comments
 (0)