summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/icu/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/icu/APKBUILD b/system/icu/APKBUILD
index a2b0af950..8f0d8b297 100644
--- a/system/icu/APKBUILD
+++ b/system/icu/APKBUILD
@@ -59,7 +59,8 @@ build() {
}
check() {
- make check
+ # Using TZ=UTC temporarily until we can update ICU. (#1169)
+ TZ=UTC make check
}
package() {