DUNE-DAQ / daq-buildtools

Make life for developers easier through a collection of CMake functions and scripts
0 stars 1 forks source link

dbt-build.sh fails when run on a system without ninja #162

Closed jcfreeman2 closed 2 years ago

jcfreeman2 commented 3 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:

-bash: SETUP_NINJA: unbound variable

and an exit.

jcfreeman2 commented 2 years ago

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.