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

Move NuGet packaging build to GitHub Actions #400

Closed
rmunn opened this issue Apr 26, 2024 · 0 comments · Fixed by #405
Closed

Move NuGet packaging build to GitHub Actions #400

rmunn opened this issue Apr 26, 2024 · 0 comments · Fixed by #405

Comments

@rmunn
Copy link
Contributor

rmunn commented Apr 26, 2024

The build that creates the NuGet package(s) for FlexBridge is currently running on TeamCity. It's been failing to build since the commit that updated SIL.Chorus.Mercurial to 6.5.1. The reason, at least for the Linux64 build, is because the TeamCity runner is still on Ubuntu Xenial, which has Python 3.5. Mercurial, starting with release 6.2, supports Python 3.6 (or above) only.

We could fix this by creating a new TeamCity Linux build agent, but we're trying to move away from TeamCity. The better solution would be to move the NuGet packaging build to GitHub Actions.

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 a pull request may close this issue.

1 participant