mirror of https://github.com/openXC7/prjxray.git
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:
parent
c3f6ba5c7c
commit
863621ca14
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue