Hi,
I noticed there isn't any precise packages
http://llvm.org/apt/precise/pool/main/l/ for 3.7.0
While it is really an old OS, it is the supported platform for now for
Travis-CI (trusty is in Beta), enabling clang/llvm CI builds for lots of
open source projects.
Without this package travis-ci users are limited to testing against 3.6
packages though there is requests in to support 3.8 in the travis ci
container infrastructure.
The current support from travis-ci is far from perfect, (
https://github.com/travis-ci/apt-package-whitelist/pull/561#issuecomment
- -134635601
) and any improvements to provide a more consistently available packages
would be much appreciated.
Travis CI container builds are a fast infrastructure that supports
limited SUID programs though a whitelisting scheme. Their tests may be a
bit adhoc however if anyone has a good explanation for the get/set uid
references in the code, comments would be appreciated on appreciated on
any of the below URLs to enable 3.8 to be whitelisted.
https://github.com/travis-ci/apt-package-whitelist/pull/561
https://github.com/travis-ci/apt-package-whitelist/issues/509
https://github.com/travis-ci/apt-package-whitelist/issues/474