-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ruby/GCC-11
Split docker images
- Loading branch information
Showing
6 changed files
with
104 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
deb http://ppa.launchpad.net/ubuntu-toolchain-r/ppa/ubuntu bionic main | ||
deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic main | ||
deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-6.0 main | ||
deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main | ||
deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main | ||
|
||
deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/ppa/ubuntu bionic main | ||
deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic main | ||
deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-6.0 main | ||
deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main | ||
deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
deb http://ppa.launchpad.net/ubuntu-toolchain-r/ppa/ubuntu focal main | ||
deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal main | ||
deb http://apt.llvm.org/focal/ llvm-toolchain-focal-9 main | ||
deb http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main | ||
deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main | ||
deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main | ||
deb http://apt.llvm.org/focal/ llvm-toolchain-focal main | ||
|
||
deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/ppa/ubuntu focal main | ||
deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal main | ||
deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-9 main | ||
deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main | ||
deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main | ||
deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main | ||
deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal main |
This file was deleted.
Oops, something went wrong.