Skip to content

CI: pin to Ubuntu 20.04.#5407

Merged
cfallin merged 1 commit intobytecodealliance:mainfrom
cfallin:fix-ci-ubuntu-2004
Dec 9, 2022
Merged

CI: pin to Ubuntu 20.04.#5407
cfallin merged 1 commit intobytecodealliance:mainfrom
cfallin:fix-ci-ubuntu-2004

Conversation

@cfallin
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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 <chris@cfallin.org>
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