From: Tomas Krizek Date: Mon, 21 Jun 2021 14:23:41 +0000 (+0200) Subject: ci: disable ta_bootstrap on 32bit ARM X-Git-Tag: v5.4.0~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1450e3475492d8b3438449aea54191890fdf447;p=thirdparty%2Fknot-resolver.git ci: disable ta_bootstrap on 32bit ARM 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. --- diff --git a/daemon/lua/meson.build b/daemon/lua/meson.build index 08539b0cb..fabf0414b 100644 --- a/daemon/lua/meson.build +++ b/daemon/lua/meson.build @@ -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 += [