-
Notifications
You must be signed in to change notification settings - Fork 397
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
[DNM] Test Continous integration, should fail for this PR #34
Conversation
@z3ntu Sourcehut jobs have passed, but they should have failed. In https://builds.sr.ht/~qbicz/job/72033 I see that the commit and PR is picked up correctly, so what could be the issue here? |
I compared CI working on @z3ntu branch and the CI that was running for this PR and I see the git checkout step is missing. So Sourcehut builds master instead of the branch in the PR: Maybe I have misconfigured something, I will double check. |
I have setup |
This could be caused by your fork not being called "hidapi" but "hidapi-1", at least saw something similar before when my repo was called hidapi-1... I'll look into it |
Confirmed, that's an issue in dispatch.sr.ht+builds.sr.ht, but I have a proposal on how to fix this written to the sr.ht mailing list (see https://todo.sr.ht/~sircmpwn/dispatch.sr.ht/34 & https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3C1736964.CSqEvfHbRm%40g550jk%3E) |
@z3ntu thanks for the hint and for the investigation. I have renamed my fork to |
CI test successful. Closing. |
@Qbicz The patches for supporting forks with a different name are merged now so it should work fine in the future :) |
No description provided.