8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Update Linux builder Dockerfile - should update and push the image.

This commit is contained in:
Adriano dos Santos Fernandes 2022-07-18 20:55:08 -03:00
parent cae5a210c1
commit bb16777450

View File

@ -5,4 +5,6 @@ sed -i 's/AC_CHECK_LIB(atomic, main)/AC_CHECK_LIB(:libatomic.a, main)/g' configu
./autogen.sh --build=$BUILD_ARCH --prefix=/opt/firebird --enable-binreloc --with-builtin-tomcrypt --with-termlib=:libncurses.a
make -j${CPUCOUNT}
make tests -j${CPUCOUNT}
make run_tests
make dist