|
I had a typo in the path for my --variables-files flag. Scons did report it, but it wasn't rejected or validate in the command parser.
function core_asan() {
|
correct_python
|
$PY buildscripts/scons.py -j8 \
|
--link-model=dynamic \
|
--allocator=system \
|
--sanitize=address \
|
--modules="" \
|
--variables-files=etc/scons/mongodbtoolchaiun_stable_clang.vars \
|
ICECC=icecc CCACHE=ccache \
|
--ninja generate-ninja
|
}
|
Scons invocation showed the problem as:
IGNORING missing variable customization file etc/scons/mongodbtoolchaiun_stable_clang.vars
|
|