File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 1616 types : [opened, synchronize]
1717 branches :
1818 - ' *'
19- env :
20- NOKOGIRI_USE_CANONICAL_GNOME_SOURCE : t
21-
2219jobs :
2320 downstream :
2421 name : downstream-${{matrix.name}}
Original file line number Diff line number Diff line change @@ -240,15 +240,7 @@ def zlib_source(version_string)
240240end
241241
242242def gnome_source
243- # As of 2022-02-20, some mirrors have expired SSL certificates. I'm able to retrieve from my home,
244- # but whatever host is resolved on the github actions workers see an expired cert.
245- #
246- # See https://github.com/sparklemotion/nokogiri/runs/5266206403?check_suite_focus=true
247- if ENV [ "NOKOGIRI_USE_CANONICAL_GNOME_SOURCE" ]
248- "https://download.gnome.org"
249- else
250- "https://muug.ca/mirror/gnome" # old reliable
251- end
243+ "https://download.gnome.org"
252244end
253245
254246LOCAL_PACKAGE_RESPONSE = Object . new
You can’t perform that action at this time.
0 commit comments