• Tuukka Pasanen's avatar
    MDEV-34261: Detect if build is running under 32-bit container · b2048179
    Tuukka Pasanen authored
    When building on 64-bit kernel machine in 32-bit docker container
    CMake falsely (but it works as expected) detects that container
    runtime in also 64-bits. Use linux32 command to change runtime
    enviroment to 32-bit and then CMake will correctly disable for
    example ColumnStore and not try to build it
    
    This commit only works with debian/autobake-debs.sh
    b2048179
autobake-deb.sh 6.38 KB