[PATCH] D139980: [lld-macho][test][nfc] Update stabs.s to use touch -d instead of -t

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 23 09:41:54 PST 2022


MaskRay added a comment.

This is clearly a container bug and the workaround doesn't make sense to me. `TZ=UTC` is used in 2 other tests as well. It seems that `TZ=UTC` is used at least as much as `TC=GMT` and likely more in the wild.
It seems that your container for whatever reason drops `/usr/share/zoneinfo/**/UTC` files?
`GMT` uses `/usr/share/zoneinfo/**/GMT`. I am not sure this workaround is acceptable.
You probably need to bare with test failures if your container does this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139980/new/

https://reviews.llvm.org/D139980



More information about the llvm-commits mailing list