-
Notifications
You must be signed in to change notification settings - Fork 63
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
.github/workflows/README.md outdated. #2074
Comments
Maybe try specifying |
@axmmisaka Should I just change it to true? Will it checkout the submodule I updated? |
I think it takes a ref, i.e. branch name or SHA |
In
I think this part is where we should change, but it's not actually working. I also tried just leaving |
@Jakio815, I agree that the docs you pointed to are out of date. We can update it, but what are you trying to accomplish that you need help with? |
You can either change |
@lhstrh The PR I'm working on is lf-lang/reactor-c#292. It was discussed in the security meeting. If I know how to fix this issue, I'll update the README file. |
I wasn't able to attend the security meeting this week. I'm pretty sure I can tell you how to fix the issue, but I don't know what the issue is. What are you trying to accomplish? |
Is this question still valid? I think you would've got it by the PR. |
Hmm... I think your PR's CI is up and running? (Here, and in |
You wrote:
I don't understand what you mean. What doesn't work? What are you trying to get to work? |
The PR @Jakio815 links to is in Generally, the way it works is that in |
Sorry for confusing everyone. Let me clarify. I've got this PR lf-lang/reactor-c#292, which is moving The problem is that because I also have to change the code generator, I also have to make a PR in the upper repository The problem is that during the CI tests, in the
So, you mean we don't need to do the changing |
In reactor-c repo, I believe changing In the code generator repo, similarly, I think changing submodule reference will work in CI (I didn't check). If it doesn't, try my suggestion above - include the I believe that your goal has nothing to do with Yet I do agree that the documents are antiquated. |
@axmmisaka Thanks for your help. So actually I only have to take care of |
It looks like your problem was resolved, @Jakio815, but the README hasn't been updated. Let's update it before closing this issue. |
Fixed in #2076. |
Looks like this is outdated. The
ci.yml
does not exist anymore.Could anyone help updating this? I'm not sure how I can make my work in
reactor-c
get reflected in the CI tests.The text was updated successfully, but these errors were encountered: