Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v1.x] Change gcc 8 PPA to ppa:jonathonf/gcc #19638

Merged
merged 1 commit into from
Dec 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ci/docker/install/ubuntu_gcc8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# specific language governing permissions and limitations
# under the License.

sudo add-apt-repository ppa:jonathonf/gcc-8.0
sudo add-apt-repository ppa:jonathonf/gcc-7.3
sudo add-apt-repository ppa:jonathonf/gcc
sudo apt-get update || true
sudo apt-get install -y gcc-8 g++-8