apt-package-safelist icon indicating copy to clipboard operation
apt-package-safelist copied to clipboard

APT whitelist request for gcc-8 in TRUSTY

Open grooverdan opened this issue 7 years ago • 4 comments
trafficstars

grooverdan avatar May 06 '18 07:05 grooverdan

This is an automated comment.

Ran tests, but could not found source package. Either the source package for gcc-8 does not exist, or the package needs an APT source. If you wish to add an APT source, please follow the directions on https://github.com/travis-ci/apt-source-whitelist#source-approval-process. Build results: https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/376205443.

travisbot avatar May 08 '18 05:05 travisbot

I do it like:

addons:
    apt:
        sources:
        - ubuntu-toolchain-r-test
        packages:
        - g++-8
        - gcc-8
        # ... etc. ...

tanzislam avatar May 26 '18 22:05 tanzislam

This is an automated comment.

Ran tests, but could not found source package. Either the source package for gcc-8 does not exist, or the package needs an APT source. If you wish to add an APT source, please follow the directions on https://github.com/travis-ci/apt-source-whitelist#source-approval-process. Build results: https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/440498160.

travisbot avatar Oct 14 '18 03:10 travisbot

FYI g++-8 is available and in.

peternewman avatar Oct 16 '18 13:10 peternewman