-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix Windows embedded file path bug #103
Fix Windows embedded file path bug #103
Conversation
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
on other platforms such as windows Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
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.
Build action is stuck
I'll take a look |
On the stuck build job @malancas wrote this to me:
And the branch protection rule requires a job named Can that be the issue, as it does say: 1 expected check, but there is no link to any details. The build jobs from the build with a matrix are reported as "Build and test/build ()". How about renaming the |
Signed-off-by: Meredith Lancaster <malancas@github.com>
…sigstore-go into embedded-file-path-windows-bug
The required cosign status checks account for platform related matrix jobs: https://github.com/sigstore/community/blob/main/github-sync/github-data/sigstore/repositories.yaml#L228-L230. We could update the sigstore-go required checks entry to match this. |
Ah good catch, yea we'll need to update the checks in the community repo. |
I'll open a PR for that now |
@@ -16,7 +16,7 @@ require ( | |||
github.com/sigstore/sigstore v1.8.1 | |||
github.com/sigstore/timestamp-authority v1.2.1 | |||
github.com/stretchr/testify v1.8.4 | |||
github.com/theupdateframework/go-tuf/v2 v2.0.0-20240207172116-f5cf71290141 | |||
github.com/theupdateframework/go-tuf/v2 v2.0.0-20240222081530-454b12158917 |
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.
@kommendorkapten not a blocker, but do you know when go-tuf maintainers will be cutting a release with the v2 implementation?
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.
@haydentherapper there is still one open bug for Windows in go-tuf that I intend to fix today. When all test cases are working for all platforms, and we have a clear understanding of the current open issues, I think it's time we create a first release. I would guess one-two weeks from now?
When someone has time to review: sigstore/community#408 |
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.
Should be good now. Once merged we'll just need to rebase other PRs
Summary
This fixes a Windows compatibility issue related to embedded file paths and a bug downloading target metadata in the go-tuf library.
Fixes #102
Release Note
Documentation