-
-
Notifications
You must be signed in to change notification settings - Fork 881
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CentOS 7 / CentOS Stream 8 in CI
Ensure we are using nginx from the correct repo: cleanup leftovers from previous tests. Also, the passenger repository is not usable on CentOS Stream 8, and the packaged version is too old for some of our tests (e.g. when using nginx-mod-mail). ``` Error: Problem: cannot install the best candidate for the job - nothing provides rubygem(rack) needed by passenger-6.0.14-1.el8.x86_64 ``` ```sh-session [vagrant@centos8s ~]$ dnf info nginx-mod-mail Last metadata expiration check: 0:00:08 ago on Fri 12 Aug 2022 01:23:41 AM UTC. Available Packages Name : nginx-mod-mail Epoch : 1 Version : 1.14.1 Release : 9.module_el8.0.0+1060+3ab382d3 Architecture : x86_64 Size : 64 k Source : nginx-1.14.1-9.module_el8.0.0+1060+3ab382d3.src.rpm Repository : appstream Summary : Nginx mail modules URL : http://nginx.org/ License : BSD Description : Nginx mail modules. ```
- Loading branch information
Showing
5 changed files
with
139 additions
and
90 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 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 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