]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: disable ta_bootstrap on 32bit ARM
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 21 Jun 2021 14:23:41 +0000 (16:23 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 7 Jul 2021 04:34:06 +0000 (06:34 +0200)
The test attempts to use the timestamp 2050-12-31T23:59:59, which can't
be represented with 32bit time_t due to Year 2038 problem.

daemon/lua/meson.build

index 08539b0cb0a6774d59994d7b11f08d89c7256f0a..fabf0414bd1498d0d5c334b7b8d62317a1ab7d9e 100644 (file)
@@ -5,7 +5,7 @@ config_tests += [
   ['controlsock', files('controlsock.test.lua')],
   ['krprint', files('krprint.test.lua')],
   ['ta', files('trust_anchors.test/ta.test.lua')],
-  ['ta_bootstrap', files('trust_anchors.test/bootstrap.test.lua')],
+  ['ta_bootstrap', files('trust_anchors.test/bootstrap.test.lua'), ['y2k38']],
 ]
 
 integr_tests += [