Skip to content

Reenable cross build/link tests and update cross #336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 9, 2023
Merged

Reenable cross build/link tests and update cross #336

merged 2 commits into from
Feb 9, 2023

Conversation

josephlr
Copy link
Member

@josephlr josephlr commented Feb 9, 2023

The build/link tests were failing due to certain libraries not being present. This was fixed in Cross version 0.2.5: cross-rs/cross#1166

Earlier, I had thought these tests were failing because of improperly cached builds. However, I was wrong, the failures were due to a missing library..

Fixes #329

This also moves our Web Tests to Ubuntu 22.04, as that image now has Firefox: actions/runner-images#6528

Signed-off-by: Joe Richey [email protected]

@josephlr josephlr marked this pull request as draft February 9, 2023 00:54
My not caching the build results, we should hopefuly prevent the linking
errors we were seeing before.

Signed-off-by: Joe Richey <[email protected]>
@josephlr josephlr marked this pull request as ready for review February 9, 2023 01:13
@josephlr josephlr requested a review from newpavlov February 9, 2023 01:25
@josephlr josephlr merged commit c65522b into master Feb 9, 2023
@josephlr josephlr deleted the ci branch February 9, 2023 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix and re-enable cross build/link tests
2 participants