Skip to content

Commit a2b4886

Browse files
committed
Reenable cross build/link tests and update cross
My not caching the build results, we should hopefuly prevent the linking errors we were seeing before. Signed-off-by: Joe Richey <[email protected]>
1 parent 8e46d0c commit a2b4886

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- uses: actions/checkout@v3
143143
- name: Install precompiled cross
144144
run: |
145-
VERSION=v0.2.4
145+
VERSION=v0.2.5
146146
URL=https://github.com/cross-rs/cross/releases/download/${VERSION}/cross-x86_64-unknown-linux-gnu.tar.gz
147147
wget -O - $URL | tar -xz -C ~/.cargo/bin
148148
cross --version
@@ -171,17 +171,15 @@ jobs:
171171
matrix:
172172
target: [
173173
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,
179177
]
180178
steps:
181179
- uses: actions/checkout@v3
182180
- name: Install precompiled cross
183181
run: |
184-
VERSION=v0.2.4
182+
VERSION=v0.2.5
185183
URL=https://github.com/cross-rs/cross/releases/download/${VERSION}/cross-x86_64-unknown-linux-gnu.tar.gz
186184
wget -O - $URL | tar -xz -C ~/.cargo/bin
187185
cross --version

0 commit comments

Comments
 (0)