eclipse / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
940 stars 394 forks source link

Jenkins pipeline scripts hardcode a -j make value #3972

Open fjeremic opened 5 years ago

fjeremic commented 5 years ago

As noted and discussed in [1] our pipelines in [2] hardcode -j values which is not a robust solution. We need to modify these files files to use the number of cores available on the system.

[1] https://github.com/eclipse/omr/pull/3693#discussion_r291630078 [2] https://github.com/eclipse/omr/tree/master/buildenv/jenkins/jobs/pull-requests

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment on the issue or it will be closed in 60 days.

fjeremic commented 4 years ago

This is something we want to handle in the future. On Linux platforms we should be able to easily determine the parallelism. z/OS is the only tricky one. The discussion in [1] outlines a possible solution however.