travis-ci / apt-source-safelist

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

SSL error with When adding apt #419

Open Hadidi-007 opened 2 years ago

Hadidi-007 commented 2 years ago

Hey i m having an issue building my android application on travis due to an ssl error when getting the source of apt addons plugin: the error is : $ sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test" Error reading /ubuntu-toolchain-r/test/ubuntu: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none and then the build fails cause "apt-get install failed" i want to know when this issue is going to be resolved or if there is any other source i can use. I tried deadsnakes and same issue was found.