Closed jcfreeman2 closed 2 years ago
Specifically, thanks to the set -o nounset at the top of dbt-build.sh, if we don't have ninja set up then when we run dbt-build.sh we get:
set -o nounset
dbt-build.sh
-bash: SETUP_NINJA: unbound variable
and an exit.
Closing this since at this point in the lifetime of the DUNE DAQ suite Ninja is expected to exist as it's part of the suite, so dbt-build.py should fail when run on a system without Ninja.
dbt-build.py
Specifically, thanks to the
set -o nounset
at the top ofdbt-build.sh
, if we don't have ninja set up then when we rundbt-build.sh
we get:and an exit.