wenwj0 commented on issue #9556: URL: https://github.com/apache/incubator-gluten/issues/9556#issuecomment-2862338882
> [@wenwj0](https://github.com/wenwj0), you may need to update tzdb at your runtime environment. > > Reference: https://github.com/apache/incubator-gluten/blob/main/.github/workflows/velox_backend.yml#L161 @PHILO-HE I have updated tzdb, but `tzdata.zi` can not be found in `/usr/share/zoneinfo/`. ``` TZ="Etc/GMT" DEBIAN_FRONTEND=noninteractive apt-get install tzdata Reading package lists... Done Building dependency tree Reading state information... Done tzdata is already the newest version (2024a-0+deb10u1). ``` Can we skip some steps when `tzdata.zi` is missing? Update tzdata in all machines is not small job. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
