-
Notifications
You must be signed in to change notification settings - Fork 4
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
Compile fixes #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This resolves a cargo warning. Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
This was removed to solve compiler warnings, but is used within test code; this replaces it but guards it with cfg(test). Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
vaporos
requested review from
agunde406,
jsmitchell and
peterschwarz
as code owners
January 8, 2024 21:55
vaporos
force-pushed
the
032-0-6-compile-fixes
branch
from
January 29, 2024 17:24
f45c5fe
to
2a49fbd
Compare
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
Signed-off-by: Shawn T. Amundson <[email protected]>
This will help maintain a known-working set of crates. Signed-off-by: Shawn T. Amundson <[email protected]>
The workflow is broken because the docker image 'jamescooke/openapi-validator:0.46.0' was removed from dockerhub. Signed-off-by: Shawn T. Amundson <[email protected]>
This is intended to make it easier to find a GitHub runner on which to run the workflows. Signed-off-by: Shawn T. Amundson <[email protected]>
vaporos
force-pushed
the
032-0-6-compile-fixes
branch
from
January 29, 2024 18:52
2e2d1a8
to
fc08a45
Compare
Adds some double quotes. Signed-off-by: Shawn T. Amundson <[email protected]>
vaporos
force-pushed
the
032-0-6-compile-fixes
branch
2 times, most recently
from
January 29, 2024 20:41
35ddd89
to
84c5562
Compare
This removes the Rust docker-based CI workflows which no longer work due to reliance on an old splinter-dev docker image. Signed-off-by: Shawn T. Amundson <[email protected]>
vaporos
force-pushed
the
032-0-6-compile-fixes
branch
from
January 29, 2024 21:12
84c5562
to
34aafc6
Compare
Updates the toolchain to 1.75.0 such that the rust compiles. Signed-off-by: Shawn T. Amundson <[email protected]>
These have not aged well and no longer pass, probably due to upstream dependency changes. Signed-off-by: Shawn T. Amundson <[email protected]>
agunde406
approved these changes
Jan 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Various fixes to get through compile and test.