ci: use trybuild branch which strips rust-src lines#3573
ci: use trybuild branch which strips rust-src lines#3573davidhewitt wants to merge 1 commit intoPyO3:mainfrom
Conversation
|
How do fellow contributors feel about depending on a patch of try build for the moment, to unblock CI? If the trybuild PR is rejected we can switch to a different solution, though I don't think any are as tidy as this one. |
Not great but still better than being unable to merge anything. As a wild guess, did you try to delete |
|
I'll push a PR and see what happens... |
|
Well, it looks like #3575 will go green, so let's start with that. |
This PR adds a temporary patch to our
trybuilddependency which strips out rust standard library src lines from error messages. This removes our need to installrust-srcin CI, hopefully resolving ourrustupissue which has blocked CI.See dtolnay/trybuild#247