Hi All,
During the CA branch merging into master, there was update as follows in
the SConscript.
if env.get('TARGET_ARCH') == platform.machine():
If we remove this Script Change, Jenkins generates the error, but real
build does not work.
Could anyone explain what purpose of this code?
BR
In general that looks like a cross-compilation check.
That is, if one is compiling for a target that is not the current one.
Potentially if one is doing 32-bit linux builds on a 64-bit machine that
might come into play. However, even on 32-bit machines it can be
triggered since there are many of