[libcxx-commits] [libcxx] [libc++][TZDB] Implements time_zone get_info(local_time). (PR #89537)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 12 08:47:57 PDT 2024
mordante wrote:
> > > @mordante do you think this could be related to #89629? I'm just catching up on this, so I'm not sure yet.
> >
> >
> > Did you have time to look at #89629 in more detail?
>
> yes, but I was never able to reproduce it. Our bots do it reliably, but for whatever reason, I wasn't able to, even using docker and following our bot recipe for building clang.
Thanks for the information. I also haven't been able to reproduce it.
> @mordante,
>
> > > The target system is Ubuntu 18.04.6 LTS (armv7l).
> > > Which version of the timezone database is installed on this system?
>
> `2023c`
Thanks that's quite recent, I will test with this version locally.
> ```
> tzdata/bionic-updates,bionic-security,now 2023c-0ubuntu0.18.04 all [installed]
> ```
>
> > I also didn't get a blame e-mail for this build failure? Are the >e-mails enabled?
>
> yes, should be enabled.
That's odd I can't find a message, maybe it got lost.
For a similar test I have disable testing on `// XFAIL: target={{armv(7|8)l-linux-gnueabihf}}`, does that match this machine's target too?
https://github.com/llvm/llvm-project/pull/89537
More information about the libcxx-commits
mailing list