-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
chore: upgrade to rust 1.82 and LLVM 19 #26615
Conversation
@@ -1,4 +1,3 @@ | |||
console.log(typeof await navigator.gpu.requestAdapter() === "object"); // Throws without `--unstable-gpu` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it still fail with jammy
?
if yes, we can use noble
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes because the runner is on ubuntu 24 (only the sysroot is on jammy)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you open an issue for gpu.requestAdapter bug on ubuntu 24?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Upgrade to rust 1.82 and LLVM 19 . Removes one webusb test because `requestAdapter` not working on new ubuntu 24 runners
Upgrade to rust 1.82 and LLVM 19 . Removes one webusb test because
requestAdapter
not working on new ubuntu 24 runners