Skip to content
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 C# gha errors #145

Merged
merged 67 commits into from
May 14, 2024
Merged

fix C# gha errors #145

merged 67 commits into from
May 14, 2024

Conversation

Felixmil
Copy link
Collaborator

No description provided.

@Felixmil Felixmil marked this pull request as ready for review May 14, 2024 11:10
@Felixmil Felixmil requested a review from rwmcintosh May 14, 2024 11:10
Comment on lines 21 to 25
with:
filters: |
Csharp:
- 'inst/lib/*.json'
- 'shared/**'
Copy link
Member

@rwmcintosh rwmcintosh May 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean that the C# workflows will run only if there's a change in one of these globs?
Part of the build process is to copy the RSharp.runtimeconfig.json from shared so I don't know if you need the json specific one. If we change the version in shared, that will change the version in inst/lib

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it will rebuild C# binaries only if changes are made in the shared folder.

Copy link
Member

@rwmcintosh rwmcintosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one comment about the C#/C++ build triggers. I am unsure about whether it's really required. It might be.

@Felixmil
Copy link
Collaborator Author

Just one comment about the C#/C++ build triggers. I am unsure about whether it's really required. It might be.

Not entirely required but may make our lives easier when working only on R code.

@Felixmil Felixmil merged commit d98d67a into main May 14, 2024
@Felixmil Felixmil deleted the C#-gha-workflow branch May 14, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants