-
Notifications
You must be signed in to change notification settings - Fork 39
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
Decomposed schema crate. #30
Conversation
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.
At last!
@@ -23,12 +23,12 @@ env: | |||
|
|||
jobs: | |||
compatibility: | |||
runs-on: ubuntu-latest | |||
runs-on: [ubuntu-22.04-github-hosted-16core] |
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.
Just to clarify: Is this change somehow related to decomposing the schema
crate, or is it a general change that would be performed anyway?
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.
this check is flaky on the default worker, now that a lot of stuff needs to get compiled.
Now that cross-crate proto imports are supported, we can move the proto files to crates which are actually using them.