David Nadlinger
2013-Oct-06 17:22 UTC
[LLVMdev] LLVM 3.3 in llvm.org Ubuntu APT repository
On Sun, Oct 6, 2013 at 6:12 PM, Konstantin Tokarev <annulen at yandex.ru> wrote:>> It seems like the llvm-3.3-* packages are gone from the Ubuntu Precise >> APT repository, http://llvm.org/apt/precise/. >> >> Is this on purpose? Any recommended replacements? (Launchpad?) > > http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summarySorry, but how is this relevant to my question? Up until a day ago or so, http://llvm.org/apt/precise/ did have 3.3 packages, which we used for automatically setting up CI environments for our LLVM-dependent project (building all of LLVM from source every time is impractical). If the removal was on purpose, I'll have to see about putting some up somewhere else, thus my question. David
Konstantin, This is a legitimate question because the packages are maintained by the LLVM project and kept on llvm.org. David, while I don't see 3.3 packages I do see 3.4 snapshots in the repository. Will that not do? If there are any regressions keeping you back on 3.3 now's a good time to report them! Alp. On 06/10/2013 18:22, David Nadlinger wrote:> On Sun, Oct 6, 2013 at 6:12 PM, Konstantin Tokarev <annulen at yandex.ru> wrote: >>> It seems like the llvm-3.3-* packages are gone from the Ubuntu Precise >>> APT repository, http://llvm.org/apt/precise/. >>> >>> Is this on purpose? Any recommended replacements? (Launchpad?) >> http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary > Sorry, but how is this relevant to my question? Up until a day ago or > so, http://llvm.org/apt/precise/ did have 3.3 packages, which we used > for automatically setting up CI environments for our LLVM-dependent > project (building all of LLVM from source every time is impractical). > > If the removal was on purpose, I'll have to see about putting some up > somewhere else, thus my question. > > David > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-- http://www.nuanti.com the browser experts
Sylvestre (CC'd) might know where to find it on Debian/Ubuntu repositories. cheers, --renato On 6 October 2013 18:45, Alp Toker <alp at nuanti.com> wrote:> Konstantin, This is a legitimate question because the packages are > maintained by the LLVM project and kept on llvm.org. > > David, while I don't see 3.3 packages I do see 3.4 snapshots in the > repository. Will that not do? > > If there are any regressions keeping you back on 3.3 now's a good time > to report them! > > Alp. > > On 06/10/2013 18:22, David Nadlinger wrote: > > On Sun, Oct 6, 2013 at 6:12 PM, Konstantin Tokarev <annulen at yandex.ru> > wrote: > >>> It seems like the llvm-3.3-* packages are gone from the Ubuntu Precise > >>> APT repository, http://llvm.org/apt/precise/. > >>> > >>> Is this on purpose? Any recommended replacements? (Launchpad?) > >> > http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary > > Sorry, but how is this relevant to my question? Up until a day ago or > > so, http://llvm.org/apt/precise/ did have 3.3 packages, which we used > > for automatically setting up CI environments for our LLVM-dependent > > project (building all of LLVM from source every time is impractical). > > > > If the removal was on purpose, I'll have to see about putting some up > > somewhere else, thus my question. > > > > David > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- > http://www.nuanti.com > the browser experts > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131006/fd75202e/attachment.html>
David Nadlinger
2013-Oct-06 18:12 UTC
[LLVMdev] LLVM 3.3 in llvm.org Ubuntu APT repository
On Sun, Oct 6, 2013 at 7:45 PM, Alp Toker <alp at nuanti.com> wrote:> David, while I don't see 3.3 packages I do see 3.4 snapshots in the > repository. Will that not do? > > If there are any regressions keeping you back on 3.3 now's a good time > to report them!Being an open source compiler project (LDC), we test against 3.1 to 3.4 (trunk) in CI to make sure people can compile our project against their preferred LLVM version (e.g. from their distro's repositories). This might change at some point if we absolutely need custom LLVM patches on Linux or OS X on x86 platforms (Windows is less critical), but so far, we have been able to get away with that. Regarding regressions, it's quite a hassle to keep up with API changes in between releases sometimes. Right now, our 3.4 build is red because of an incomplete workaround for a removed function, but it's looking relatively good apart from that. Cheers, David
Maybe Matching Threads
- [LLVMdev] LLVM 3.3 in llvm.org Ubuntu APT repository
- [LLVMdev] LLVM 3.3 in llvm.org Ubuntu APT repository
- [LLVMdev] LLVM 3.3 in llvm.org Ubuntu APT repository
- [LLVMdev] buildbot failure in LLVM on sanitizer-x86_64-linux (-Wframe-larger-than)
- [LLVMdev] Phabricator and private reviews