[libromdata/tests] CMakeLists.txt: RomHeaderTest is failing on the Launchpad PPA build servers.

(hitting memory limits?)
This commit is contained in:
David Korth 2024-03-03 13:38:58 -05:00
parent a5a6d140c1
commit fe8603d393
2 changed files with 11 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
rom-properties (2.3-1ppa1~xenial2) xenial; urgency=medium
* RomHeaderTest is failing on the Launchpad PPA build servers.
(hitting memory limits?)
-- David Korth <gerbilsoft@gerbilsoft.com> Sun, 03 Mar 2024 13:38:27 -0500
rom-properties (2.3-1ppa1~xenial1) xenial; urgency=medium
* 2.3 release.

View File

@ -116,6 +116,9 @@ ADD_TEST(NAME SuperMagicDriveTest COMMAND SuperMagicDriveTest --gtest_brief --gt
### zstd is required past this point ###
# FIXME: RomHeaderTest fails on the Launchpad PPA build servers.
# (hitting memory limits?)
IF(0)
IF(ENABLE_ZSTD)
# MicroTAR zstd wrapper
ADD_LIBRARY(microtar_zstd STATIC microtar_zstd.c microtar_zstd.h)
@ -138,3 +141,4 @@ IF(ENABLE_ZSTD)
)
ENDIF(NOT WIN32 AND NOT CMAKE_RUNTIME_OUTPUT_DIRECTORY STREQUAL "")
ENDIF(ENABLE_ZSTD)
ENDIF(0)