Skip to content

[cling-cpt] Added skip-cleanup flags for check-requirements and create-dev-env [skip-ci]#10960

Merged
vgvassilev merged 2 commits intoroot-project:masterfrom
saisoma123:DevEnvFix
Jul 17, 2022
Merged

[cling-cpt] Added skip-cleanup flags for check-requirements and create-dev-env [skip-ci]#10960
vgvassilev merged 2 commits intoroot-project:masterfrom
saisoma123:DevEnvFix

Conversation

@saisoma123
Copy link
Copy Markdown
Contributor

This Pull request: Set skip-cleanup flags to true for check-requirements and create-dev-env

Changes or fixes: Set the skip-cleanup value to true for the create-dev-env option and check-requirements option

Checklist:

  • tested changes locally
  • [NA] updated the docs (if necessary)

This PR fixes issue in meta-issue list #406 (root-project/cling#406)

This would instruct the cpt to build cling, clang, and llvm, without
deleting the build area, as the cpt normally would delete the build
area due to the use of memory running out when linking, because
of too many build subprocesses.
@saisoma123 saisoma123 requested a review from Axel-Naumann as a code owner July 14, 2022 00:27
@phsft-bot
Copy link
Copy Markdown

Can one of the admins verify this patch?

@Axel-Naumann Axel-Naumann requested review from vgvassilev and removed request for Axel-Naumann July 15, 2022 11:07
tar_required = True

if args['check_requirements']:
args['skip_cleanup'] = True
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why do we need the skip-cleanup when checking for the requirements?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@vgvassilev my bad I think I misread your email. I assumed you meant add skip-cleanup to the check_requirements flag too.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ah, no, only to the other one.

Copy link
Copy Markdown
Contributor Author

@saisoma123 saisoma123 Jul 17, 2022

Choose a reason for hiding this comment

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

Yeah just removed it @vgvassilev my bad

@vgvassilev vgvassilev merged commit e0a408c into root-project:master Jul 17, 2022
vepadulano pushed a commit to vepadulano/root that referenced this pull request Jul 20, 2022
…e-dev-env [skip-ci] (root-project#10960)

Added skip-cleanup flags for create-dev-env.
This would instruct the cpt to build cling, clang, and llvm, without
deleting the build area, as the cpt normally would delete the build
area due to the use of memory running out when linking, because
of too many build subprocesses.
j-mathe pushed a commit to j-mathe/root that referenced this pull request Jul 26, 2022
…e-dev-env [skip-ci] (root-project#10960)

Added skip-cleanup flags for create-dev-env.
This would instruct the cpt to build cling, clang, and llvm, without
deleting the build area, as the cpt normally would delete the build
area due to the use of memory running out when linking, because
of too many build subprocesses.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants