This is to work around a singularity container issue we ran into recently. The
container fails to honor the time zone setting (TZ=UTC) when executing the touch
command. Replacing UTC with GMT worked correctly in the container. This change
does not change (at least not intentionally) the function of the test in any way
since GMT and UTC should be equivalent AFAIK. Please refer to the discussions in
D139980 for more background information.
Details
Details
- Reviewers
int3 keith thakis haowei - Group Reviewers
Restricted Project - Commits
- rGa337c16d96a0: [lld-macho][test][nfc] Update stabs.s to use GMT time zone instead of UTC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
As requested on the other review, please also report this problem upstream to your container vendor, so that eventually workarounds like this are hopefully no longer needed.
Comment Actions
Sure, @thakis. We are working with our IT department to get to the bottom of this and will report the issue to the container vendor if IT concludes it's a container bug.