<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 19, 2019 at 1:51 PM Roman Lebedev <<a href="mailto:lebedev.ri@gmail.com">lebedev.ri@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, Mar 19, 2019 at 8:24 PM Eric Fiselier via llvm-dev<br>
<<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br>
><br>
> Hi All,<br>
><br>
> Appveyor is a CI product for Windows. It's free for open source projects on Github.<br>
> Libc++ has been using it via the llvm-mirror organization on Github [1].<br>
><br>
> Should we set Appveyor up for the official LLVM Github organization?<br>
><br>
> The motivation for testing libc++ on Windows using Appveyor over Buildbot is that<br>
> Appveyor allows for a faster development cycle. CI configuration changes are<br>
> frequent at this stage of libc++ Windows support.<br>
> With buildbot these changes take a week to propagate.<br>
<br>
How would that work for LLVM?<br>
libc++ / libcxx are rather small projects so Appveyor works well for them.<br>
But LLVM as a whole is *huge*.<br>
It takes ~50 minutes (1 hour let's say) to build it for me with 8 cores.<br>
Appveyor builds are 2-4 cores, and severely ram-limited.<br>
So it would take 4..2 hours at best to build, and then there's tests.<br>
It doesn't sound all that promising?<br>
<br>
(also, only a single build at a time)<br></blockquote><div><br></div><div>Appveyor may not be suitable for all cases. It may be too slow to use for full LLVM builds.</div><div>Setting it up for the monorepo may be infeasible. </div><div><br></div><div>I raised the question in hopes of making libc++'s "unofficial" Appveyor setup more official.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
> /Eric<br>
Roman.<br>
<br>
> [1] <a href="https://ci.appveyor.com/project/llvm-mirror/libcxx" rel="noreferrer" target="_blank">https://ci.appveyor.com/project/llvm-mirror/libcxx</a><br>
><br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
> <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div></div>