Skip to content

ci: unpin the wasi-nn tasks from an older Ubuntu#6089

Merged
alexcrichton merged 2 commits intobytecodealliance:mainfrom
abrown:fix-5408
Apr 6, 2023
Merged

ci: unpin the wasi-nn tasks from an older Ubuntu#6089
alexcrichton merged 2 commits intobytecodealliance:mainfrom
abrown:fix-5408

Conversation

@abrown
Copy link
Copy Markdown
Member

@abrown abrown commented Mar 22, 2023

Previously, OpenVINO's lack of APT packages for Ubuntu 22.04 (jammy) prevented us from upgrading the GitHub runner to use ubuntu-latest. I updated the install-openvino-action to substitute in the focal packages in this case (this is what the OpenVINO team considers the fix) so this pin should no longer be necessary. Fixes #5408.

@abrown abrown force-pushed the fix-5408 branch 3 times, most recently from 33eafe1 to 30e4a8e Compare March 22, 2023 17:59
Previously, OpenVINO's lack of APT packages for Ubuntu 22.04 (`jammy`)
prevented us from upgrading the GitHub runner to use `ubuntu-latest`. I
updated the `install-openvino-action` to substitute in the `focal`
packages in this case (this is what the OpenVINO team considers the fix)
so this pin should no longer be necessary. Fixes bytecodealliance#5408.

(Run all CI actions: prtest:full)
@abrown abrown marked this pull request as ready for review April 6, 2023 14:58
@abrown abrown requested review from a team as code owners April 6, 2023 14:58
@abrown abrown requested review from alexcrichton and removed request for a team April 6, 2023 14:58
@alexcrichton alexcrichton added this pull request to the merge queue Apr 6, 2023
Merged via the queue into bytecodealliance:main with commit 5ba0d69 Apr 6, 2023
@abrown abrown deleted the fix-5408 branch April 6, 2023 16:33
abrown added a commit to abrown/wasmtime that referenced this pull request Apr 6, 2023
In bytecodealliance#6089, I accidentally left in a change that pegged the
`install-openvino-action` to a commit instead of the latest released
version. This change uses the latest released version.
abrown added a commit to abrown/wasmtime that referenced this pull request Apr 6, 2023
In bytecodealliance#6089, I accidentally left in a change that pegged the
`install-openvino-action` to a commit instead of the latest released
version. This change uses the latest released version.

(Run all CI actions: prtest:full)
alexcrichton pushed a commit that referenced this pull request Apr 6, 2023
In #6089, I accidentally left in a change that pegged the
`install-openvino-action` to a commit instead of the latest released
version. This change uses the latest released version.

(Run all CI actions: prtest:full)
brendandburns pushed a commit to brendandburns/wasmtime that referenced this pull request Apr 13, 2023
* ci: unpin the wasi-nn tasks from an older Ubuntu

Previously, OpenVINO's lack of APT packages for Ubuntu 22.04 (`jammy`)
prevented us from upgrading the GitHub runner to use `ubuntu-latest`. I
updated the `install-openvino-action` to substitute in the `focal`
packages in this case (this is what the OpenVINO team considers the fix)
so this pin should no longer be necessary. Fixes bytecodealliance#5408.

(Run all CI actions: prtest:full)

* vet: audit the openvino version bump
brendandburns pushed a commit to brendandburns/wasmtime that referenced this pull request Apr 13, 2023
In bytecodealliance#6089, I accidentally left in a change that pegged the
`install-openvino-action` to a commit instead of the latest released
version. This change uses the latest released version.

(Run all CI actions: prtest:full)
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.

CI: upgrade to Ubuntu 22.04

2 participants