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

Commit

Permalink
#57 disable avy by default in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
edbordin authored Oct 8, 2020
1 parent 3f8ce13 commit 1482016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COMPILE_IVERILOG="${COMPILE_IVERILOG:-0}"
COMPILE_GHDL="${COMPILE_GHDL:-1}"
COMPILE_Z3="${COMPILE_Z3:-1}"
COMPILE_BOOLECTOR="${COMPILE_BOOLECTOR:-1}"
COMPILE_AVY="${COMPILE_AVY:-1}"
COMPILE_AVY="${COMPILE_AVY:-0}" # deliberately disabled - does not yet work
BUNDLE_PYTHON="${BUNDLE_PYTHON:-1}"
COMPILE_YICES2="${COMPILE_YICES2:-1}"
BUNDLE_MAKE="${BUNDLE_MAKE:-1}"
Expand Down

0 comments on commit 1482016

Please sign in to comment.