-
Type:
Task
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Build
-
None
-
Dev Platform 2020-05-18, Dev Platform 2020-06-01
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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
- duplicates
-
SERVER-23668 scons abbreviated options do not work properly
-
- Closed
-