-
Notifications
You must be signed in to change notification settings - Fork 502
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
Add cpp linking test #1957
Add cpp linking test #1957
Conversation
I think I'll need to run CI to test whether basic.yml runs with changes - but I assume that's only something that reviewers and other org members can do. |
Hm. @dstebila It seems like I lost the ability to unblock ci. |
@Martyrshot Just to be certain, this is the location you had in mind for the C++ file, right? |
Yes that's what I meant! Once CI is able to be run, I will give this a review. Initial scim looks good though! |
For what it's worth, I'm also not seeing any pending CI jobs here, and I certainly have perms to unblock them. I wonder if it's because there's a merge conflict in the basic workflow file? |
Maybe I can amend the commit to avoid having the merge conflict. |
bd95810
to
85d580c
Compare
Alright, we have a rather predictable issue with the path lol. I'll sort that out. |
So yes, it didn't run because it is on a fork, so it needs approval |
I might rebase your commit on top of main instead of having a merge commit |
I tried a rebase but there is a merge conflict |
Yeah, I had the same exact experience unfortunately. My git knowledge is not that good if I'm being honest. |
OK I re-wrote the commit let's see how it goes. I suspect the test cpp file needs to live elsewhere |
Signed-off-by: Aiden Fox Ivey <[email protected]> Signed-off-by: Ry Jones <[email protected]>
OK @aidenfoxivey I think you can drive from here, I'll stop messing about |
Sounds good! |
I suspect the issue is the prepended /. |
Signed-off-by: Aiden Fox Ivey <[email protected]>
@aidenfoxivey I restored the empty file |
Signed-off-by: Ry Jones <[email protected]>
awesome! let's see how this run goes |
@aidenfoxivey are you able to build this locally? |
Signed-off-by: Aiden Fox Ivey <[email protected]>
yeah, locally it seems fine - that's what's confusing me. |
maybe do an |
Signed-off-by: Aiden Fox Ivey <[email protected]>
let's give this a go |
Signed-off-by: Aiden Fox Ivey <[email protected]>
Whoops! |
Signed-off-by: Aiden Fox Ivey <[email protected]>
Okay, sorted it out. |
Hmm, so, if I understand correctly this is running from |
Signed-off-by: Aiden Fox Ivey <[email protected]>
@aidenfoxivey let me know when it is safe to rewrite your commit tree to make it shorter :) |
Please see #1963 |
Accidentally deleted #1944 and as a result I've remade the PR. I'll make sure to clean up the commits prior to merging if there's any desire to change what I've written here.
I've applied the advice from earlier to move the C++ example to
.github
and added a workflow tobasic.yml
.