forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gordon Smith <[email protected]>
- Loading branch information
1 parent
feb2f6b
commit 376d53e
Showing
19 changed files
with
305 additions
and
361 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ | |
!shell.nix | ||
!vcpkg-configuration.json | ||
!vcpkg.json | ||
!dockerfiles/CentOS-Base.repo |
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
"ubuntu-22.04", | ||
"ubuntu-20.04", | ||
"rockylinux-8", | ||
"centos-8", | ||
"centos-7" | ||
] | ||
fail-fast: false | ||
|
||
|
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,44 @@ | ||
# /etc/yum.repos.d/CentOS-Base.repo | ||
|
||
[base] | ||
name=CentOS-$releasever - Base | ||
baseurl=http://vault.centos.org/7.9.2009/os/$basearch/ | ||
gpgcheck=1 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | ||
|
||
[updates] | ||
name=CentOS-$releasever - Updates | ||
baseurl=http://vault.centos.org/7.9.2009/updates/$basearch/ | ||
gpgcheck=1 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | ||
|
||
[extras] | ||
name=CentOS-$releasever - Extras | ||
baseurl=http://vault.centos.org/7.9.2009/extras/$basearch/ | ||
gpgcheck=1 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | ||
|
||
[centosplus] | ||
name=CentOS-$releasever - Plus | ||
baseurl=http://vault.centos.org/7.9.2009/centosplus/$basearch/ | ||
gpgcheck=1 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | ||
|
||
[contrib] | ||
name=CentOS-$releasever - Contrib | ||
baseurl=http://vault.centos.org/7.9.2009/contrib/$basearch/ | ||
gpgcheck=1 | ||
enabled=0 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | ||
|
||
[centos-sclo-sclo] | ||
name=CentOS-7 - SCLo sclo | ||
baseurl=https://vault.centos.org/7.9.2009/sclo/$basearch/sclo/ | ||
gpgcheck=0 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo | ||
|
||
[centos-sclo-rh] | ||
name=CentOS-7 - SCLo rh | ||
baseurl=https://vault.centos.org/7.9.2009/sclo/$basearch/rh/ | ||
gpgcheck=0 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo |
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
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
Oops, something went wrong.