CI: pin to Ubuntu 20.04.#5407
Merged
cfallin merged 1 commit intobytecodealliance:mainfrom Dec 9, 2022
Merged
Conversation
Member
|
Could this be done for just the jobs that are failing on |
9b21c44 to
088e21a
Compare
Member
Author
|
Sure, updated to pin just the doc build and wasi-nn job; let's see if that's enough... |
alexcrichton
approved these changes
Dec 9, 2022
Member
alexcrichton
left a comment
There was a problem hiding this comment.
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.
088e21a to
51ce099
Compare
Member
Author
|
D'oh, thanks, I'm not sure where |
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI is currently broken because
ubuntu-latestmoved to 22.04, which is missing at least one package (libclang1-9used 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.