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

Merge zlib, curl and libxml2 into a single job #825

Open
Steelskin opened this issue Sep 4, 2024 · 0 comments · May be fixed by #829
Open

Merge zlib, curl and libxml2 into a single job #825

Steelskin opened this issue Sep 4, 2024 · 0 comments · May be fixed by #829
Assignees
Labels
enhancement New feature or request

Comments

@Steelskin
Copy link
Collaborator

Right now, zlib, curl and libxml2 are built as separate parallel jobs. However, the jobs depending on the build artifacts from these are already waiting on the compilers job to complete, making the parallelism pointless. These 3 jobs should be merged and run as a single job, tentatively called target-libs.

@Steelskin Steelskin added the enhancement New feature or request label Sep 4, 2024
@Steelskin Steelskin self-assigned this Sep 4, 2024
Steelskin added a commit that referenced this issue Sep 6, 2024
These 3 jobs are all configured the same way and do not need to be
separate jobs each spinning a new build bot instance.

Fixes #825
@Steelskin Steelskin linked a pull request Sep 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant