Skip to content
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

CI: pin to Ubuntu 20.04. #5407

Merged
merged 1 commit into from
Dec 9, 2022
Merged

Conversation

cfallin
Copy link
Member

@cfallin cfallin commented Dec 9, 2022

CI is currently broken because ubuntu-latest moved to 22.04, which is missing at least one package (libclang1-9 used in our CI jobs) and may be causing other issues as well.

This PR pins us back to 20.04; separately we should look into upgrading when issues are resolved.

@alexcrichton
Copy link
Member

Could this be done for just the jobs that are failing on main? I think most of them should be compatible with ubuntu-latest

@cfallin
Copy link
Member Author

cfallin commented Dec 9, 2022

Sure, updated to pin just the doc build and wasi-nn job; let's see if that's enough...

Copy link
Member

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you'll need to change ubuntu-main to ubuntu-latest but otherwise looks good

CI is currently broken because `ubuntu-latest` moved to 22.04, which is
missing at least one package (`libclang1-9` used in our CI jobs) and may
be causing other issues as well.

This PR pins us back to 20.04; separately we should look into upgrading
when issues are resolved.
@cfallin cfallin force-pushed the fix-ci-ubuntu-2004 branch from 088e21a to 51ce099 Compare December 9, 2022 19:01
@cfallin
Copy link
Member Author

cfallin commented Dec 9, 2022

D'oh, thanks, I'm not sure where ubuntu-main came from; updated.

@cfallin cfallin enabled auto-merge (squash) December 9, 2022 19:16
@cfallin cfallin merged commit 5bc149b into bytecodealliance:main Dec 9, 2022
@cfallin cfallin deleted the fix-ci-ubuntu-2004 branch December 9, 2022 19:51
alexcrichton pushed a commit to alexcrichton/wasmtime that referenced this pull request Dec 12, 2022
CI is currently broken because `ubuntu-latest` moved to 22.04, which is
missing at least one package (`libclang1-9` used in our CI jobs) and may
be causing other issues as well.

This PR pins us back to 20.04; separately we should look into upgrading
when issues are resolved.
abrown pushed a commit that referenced this pull request Dec 12, 2022
CI is currently broken because `ubuntu-latest` moved to 22.04, which is
missing at least one package (`libclang1-9` used in our CI jobs) and may
be causing other issues as well.

This PR pins us back to 20.04; separately we should look into upgrading
when issues are resolved.

Co-authored-by: Chris Fallin <[email protected]>
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.

2 participants