Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 1482016

Browse files
authored
#57 disable avy by default in scripts
1 parent 3f8ce13 commit 1482016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COMPILE_IVERILOG="${COMPILE_IVERILOG:-0}"
2323
COMPILE_GHDL="${COMPILE_GHDL:-1}"
2424
COMPILE_Z3="${COMPILE_Z3:-1}"
2525
COMPILE_BOOLECTOR="${COMPILE_BOOLECTOR:-1}"
26-
COMPILE_AVY="${COMPILE_AVY:-1}"
26+
COMPILE_AVY="${COMPILE_AVY:-0}" # deliberately disabled - does not yet work
2727
BUNDLE_PYTHON="${BUNDLE_PYTHON:-1}"
2828
COMPILE_YICES2="${COMPILE_YICES2:-1}"
2929
BUNDLE_MAKE="${BUNDLE_MAKE:-1}"

0 commit comments

Comments
 (0)