From d1c41695070323085469c286947fa4bb70a2f6e3 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 25 May 2024 13:48:03 -0500 Subject: system/icu: Multiple test improvements * Use TZ=UTC for running tests. Ref: #1169. * Use older GCC behaviour for floating point math. Closes: #1193. --- system/icu/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'system/icu/APKBUILD') diff --git a/system/icu/APKBUILD b/system/icu/APKBUILD index a2b0af950..62b39f2e4 100644 --- a/system/icu/APKBUILD +++ b/system/icu/APKBUILD @@ -43,6 +43,9 @@ prepare() { } build() { + # GCC 13 changed default fp precision behavior. (#1193) + export CXXFLAGS="${CXXFLAGS} -fexcess-precision=fast" + ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -59,7 +62,8 @@ build() { } check() { - make check + # Using TZ=UTC temporarily until we can update ICU. (#1169) + TZ=UTC make check } package() { -- cgit v1.2.3-70-g09d2