Joe McDonnell created IMPALA-11515:
--------------------------------------

             Summary: Adding --load-average to native-toolchain's Kudu 
compilation broke ARM jobs
                 Key: IMPALA-11515
                 URL: https://issues.apache.org/jira/browse/IMPALA-11515
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 4.2.0
            Reporter: Joe McDonnell


In IMPALA-11370, we changed the compilation of Kudu to specify 
EXTRA_MAKEFLAGS="--load-average=${BUILD_THREADS}". This works fine when Kudu is 
compiling using Make. However, if Ninja is installed, Kudu will use it. Ninja 
does not support --load-average, and it will exit immediately.

This is a problem for the ARM jobs that build native-toolchain as part of 
bootstrap_system.sh. bootstrap_system.sh installs ninja, so this will always 
fail.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to