-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Packages without version number no longer map to snapshot #39823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This looks like it's working for the most important packages now (llvm-dev, libclang-dev and clang). Some ancillary packages (llvm-11-tools, *-11-examples, etc) still don't have any snapshot packages to track them. Here's a dump of all 'Package:' lines in https://apt.llvm.org/xenial/dists/llvm-toolchain-xenial/main/binary-amd64/Packages: --
|
Ah, and to clarify, we no longer use Travis' llvm-toolchain-trusty, but use the apt.llvm.org packaging directly. |
@kimgr Is this issue still present? |
@firewave I don't think so, let's close this! Thanks for keeping an eye out. |
Extended Description
We use Travis for CI builds, and rely on their llvm-toolchain-trusty source.
I'm not entirely sure how that's wired, but ever since the LLVM/Clang 8 branch was made and trunk switched to 9, installing e.g.
clang
no longer works:https://travis-ci.org/include-what-you-use/include-what-you-use/builds/483638279?utm_source=github_status&utm_medium=notification
So it looks like something needs to be done to make the default packages point back to the -snapshot builds for trunk/master.
Thanks for any ideas!
The text was updated successfully, but these errors were encountered: