Revert "CI: add compiledb to newlib make"

This reverts commit ed98779004.
This commit is contained in:
2024-06-04 15:27:32 +02:00
parent ed98779004
commit c033d9fdcd

View File

@@ -34,17 +34,11 @@ fi
mkdir -p build
cd build
MAKE_LAUNCHER=
if [[ "$1" = "conf" ]]
then
if [[ -z ${CI+x} ]]
then
MAKE_LAUNCHER="compiledb -o $FICUS_ROOT/ficus-toolchain/newlib/newlib-4.4.0.20231231/compile_commands.json"
fi
../newlib-4.4.0.20231231/configure --enable-newlib-supplied-syscalls --prefix=/usr --target=$TARGET
fi
$MAKE_LAUNCHER make -j$BUILD_PARALLEL all
make -j$BUILD_PARALLEL all
make DESTDIR="$FICUS_ROOT/sysroot" install
cp -r "$FICUS_ROOT/sysroot/usr"/x86_64-ficus/* "$FICUS_ROOT/sysroot/usr"