infra: Disable checkdb.

At the moment `make checkdb` seems to get stuck and never finish
sometimes. See issue #583.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-02-05 22:25:23 +11:00
parent c3f6ba5c7c
commit 863621ca14
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ echo "----------------------------------------"
echo "----------------------------------------"
# Check the database
make checkdb-${XRAY_SETTINGS} || true
#make checkdb-${XRAY_SETTINGS} || true
# Format the database
make formatdb-${XRAY_SETTINGS}