cmake is not passing jobs to install

Open
#75 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
cmake
Domain
build-system

Research direction

No source file or test is named. Locate the BuildStream plugin entry point that constructs the CMake build and install commands, then compare how ${JOBS} is passed to each; done means both commands forward the job count so installation-time rebuilding can proceed in parallel.

Written by the indexing model from the issue text.

Description

To ensure that build system won't break if binaries need rebuilding during install, -- ${JOBS} should be passed both for build and install. Especially relinking is common in cmake where installed binaries need different RPATH than built binaries.

Dominant language
Python
Stars
8
Forks
16
Avg merge
36m
Merged PRs (30d)
2

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/buildstream-plugins

All issues in apache/buildstream-plugins

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.