Feature #4829
Add auto detect for DDCI in configure script
0%
Description
DDCI
is it possible to be checked for existence of
/dev/ddbridge
and ddci to be enabled without user interaction
also is it possible to be set global
-j$(nproc) to make commands
its little slower on 32cores @2ghz with current single core make
History
Updated by Alfred Zastrow almost 7 years ago
Please don't do this.
All users which are using virtual machines to compile for a target machine or which do cross compiling will not have a benefit from this.
Updated by saen acro almost 7 years ago
If manualy added --enable-ddci or --disable-ddci it will be overwritten
This is for users with just do ./Autobuild.sh and wait to install result
Updated by C vH almost 7 years ago
add --enable-ddci/--disable-ddci and default to disable should fix that without workarounds
Updated by saen acro almost 7 years ago
C vH wrote:
add --enable-ddci/--disable-ddci and default to disable should fix that without workarounds
Its not accepted if just only Autobuild.sh used
it accept
Autobuild.sh -j$(nproc)
but not accept
Autobuild.sh --enable-ddci
Updated by Jaroslav Kysela almost 7 years ago
- Status changed from New to Rejected
AUTOBUILD_CONFIGURE_EXTRA="--enable-ddci" ./Autobuild.sh -j$(nproc)