File tree 3 files changed +4
-15
lines changed
3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 16
16
types : [opened, synchronize]
17
17
branches :
18
18
- ' *'
19
- env :
20
- NOKOGIRI_USE_CANONICAL_GNOME_SOURCE : t
21
-
22
19
jobs :
23
20
downstream :
24
21
name : downstream-${{matrix.name}}
Original file line number Diff line number Diff line change 5
5
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.6.sha256sum
6
6
7
7
libxslt :
8
- version : " 1.1.42 "
9
- sha256 : " 85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baeb "
10
- # sha-256 hash provided in https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.42 .sha256sum
8
+ version : " 1.1.43 "
9
+ sha256 : " 5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a "
10
+ # sha-256 hash provided in https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.43 .sha256sum
11
11
12
12
zlib :
13
13
version : " 1.3.1"
Original file line number Diff line number Diff line change @@ -240,15 +240,7 @@ def zlib_source(version_string)
240
240
end
241
241
242
242
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"
252
244
end
253
245
254
246
LOCAL_PACKAGE_RESPONSE = Object . new
You can’t perform that action at this time.
0 commit comments