Skip to content

Commit 4125715

Browse files
committed
ci: tired of waiting for gnome mirrors
1 parent 35faaa3 commit 4125715

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/downstream.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ on:
1616
types: [opened, synchronize]
1717
branches:
1818
- '*'
19-
env:
20-
NOKOGIRI_USE_CANONICAL_GNOME_SOURCE: t
21-
2219
jobs:
2320
downstream:
2421
name: downstream-${{matrix.name}}

ext/nokogiri/extconf.rb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -240,15 +240,7 @@ def zlib_source(version_string)
240240
end
241241

242242
def 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"
252244
end
253245

254246
LOCAL_PACKAGE_RESPONSE = Object.new

0 commit comments

Comments
 (0)