You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because .github/workflows/ci.yaml pulls the latest llvmpipe from ppa:oibaf/graphics-drivers, the specific version of llvmpipe we get varies from day to day, and when we happen to get a buggy version, we get CI failures that have nothing to do with the PR in question.
We should instead pull a specific known-good (or known-adequate) version of LLVM pipe to run our CI tests against.
The text was updated successfully, but these errors were encountered:
As of #3873 we are back on lavapipe/llvmpipe, but are using a "mesa release" ppa as opposed to "mesa trunk" now, so we should be further insolated to these.
Because
.github/workflows/ci.yaml
pulls the latestllvmpipe
fromppa:oibaf/graphics-drivers
, the specific version of llvmpipe we get varies from day to day, and when we happen to get a buggy version, we get CI failures that have nothing to do with the PR in question.We should instead pull a specific known-good (or known-adequate) version of LLVM pipe to run our CI tests against.
The text was updated successfully, but these errors were encountered: