travis-ci / apt-source-safelist

Safelist of apt sources approved for build environments with restricted sudo
MIT License
79 stars 94 forks source link

Please add llvm-toolchain-trusty-7 to the whitelist. #386

Closed Kangz closed 6 years ago

Kangz commented 6 years ago

LLVM just branched version 7 to a different APT repo. Please add it to the whitelist!

It is defined on apt.llvm.org.

  {
    "alias": "llvm-toolchain-trusty-7",
    "sourceline": "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-7 main",
    "key_url": "http://apt.llvm.org/llvm-snapshot.gpg.key"
  },
pavelkryukov commented 6 years ago

"sourceline": "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6 main",

Do you mean "sourceline": "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-7 main",?

Kangz commented 6 years ago

Yes, edited it.

Kangz commented 6 years ago

Yes

Le ven. 31 août 2018 à 21:35, Eric K Richardson notifications@github.com a écrit :

Is llvm-toolchain-trusty-6.0 already supported?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/travis-ci/apt-source-safelist/issues/386#issuecomment-417768166, or mute the thread https://github.com/notifications/unsubscribe-auth/AAc26hbbFNz1ux5uNt7F8mj0EHK1ZcV7ks5uWY_sgaJpZM4WNaoG .

concatime commented 6 years ago

Up.

akimd commented 6 years ago

Up.

PragmaTwice commented 6 years ago

Up. I wanna clang-7.0 in llvm-toolchain-trusty-7, please.

offa commented 6 years ago

There's a pending PR now: #392

sylvestre commented 6 years ago

It landed. This bug can be closed.

psi29a commented 6 years ago

Still getting:

Adding APT Sources Disallowing sources: llvm-toolchain-trusty-7.0 To add unlisted APT sources, follow instructions in https://docs.travis-ci.com/user/installing-dependencies#Installing-Packages-with-the-APT-Addon

pavelkryukov commented 6 years ago

@psi29a They changed spelling, it is llvm-toolchain-trusty-7 now, without a dot-zero

psi29a commented 6 years ago

Cheers! Thanks :)