@@ -142,7 +142,7 @@ jobs:
142
142
- uses : actions/checkout@v3
143
143
- name : Install precompiled cross
144
144
run : |
145
- VERSION=v0.2.4
145
+ VERSION=v0.2.5
146
146
URL=https://github.com/cross-rs/cross/releases/download/${VERSION}/cross-x86_64-unknown-linux-gnu.tar.gz
147
147
wget -O - $URL | tar -xz -C ~/.cargo/bin
148
148
cross --version
@@ -171,17 +171,15 @@ jobs:
171
171
matrix :
172
172
target : [
173
173
sparcv9-sun-solaris,
174
- # These jobs currently result in a linking error:
175
- # https://github.com/rust-random/getrandom/actions/runs/3835874649/jobs/6529484986
176
- # x86_64-unknown-illumos,
177
- # x86_64-unknown-freebsd,
178
- # x86_64-unknown-netbsd,
174
+ x86_64-unknown-illumos,
175
+ x86_64-unknown-freebsd,
176
+ x86_64-unknown-netbsd,
179
177
]
180
178
steps :
181
179
- uses : actions/checkout@v3
182
180
- name : Install precompiled cross
183
181
run : |
184
- VERSION=v0.2.4
182
+ VERSION=v0.2.5
185
183
URL=https://github.com/cross-rs/cross/releases/download/${VERSION}/cross-x86_64-unknown-linux-gnu.tar.gz
186
184
wget -O - $URL | tar -xz -C ~/.cargo/bin
187
185
cross --version
@@ -195,8 +193,7 @@ jobs:
195
193
fail-fast : false
196
194
matrix :
197
195
include :
198
- # Firefox isn't available on 22.04 yet, so we must use 20.04
199
- - os : ubuntu-20.04
196
+ - os : ubuntu-22.04
200
197
host : x86_64-unknown-linux-musl
201
198
- os : windows-2022
202
199
host : x86_64-pc-windows-msvc
@@ -302,7 +299,7 @@ jobs:
302
299
aarch64-apple-tvos,
303
300
]
304
301
include :
305
- # Supported tier 3 targets without libstd support
302
+ # Supported tier 3 targets with libstd support
306
303
- target : x86_64-unknown-openbsd
307
304
features : ["std"]
308
305
- target : x86_64-unknown-dragonfly
0 commit comments