Skip to content

DAOS-18802 build: disable preprocessor build of CART source#17998

Open
soumagne wants to merge 1 commit intomasterfrom
soumagne/crt_pp
Open

DAOS-18802 build: disable preprocessor build of CART source#17998
soumagne wants to merge 1 commit intomasterfrom
soumagne/crt_pp

Conversation

@soumagne
Copy link
Copy Markdown
Collaborator

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

Signed-off-by: Jerome Soumagne <jerome.soumagne@hpe.com>
header = consolidate_pp(pp_env, parsed_files)

Depends(cart_targets, header)
# pylint: disable=wrong-spelling-in-comment
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

instead of commenting this out, maybe we should do it based on some env, scons already does many things like that.
e.g.

preproc = env.get('PREPROC_CRT')
if preproc:
     compiler = env.get(

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

we could but do we really need it ?

@github-actions
Copy link
Copy Markdown

Ticket title is 'Disable preprocessor build of cart source'
Status is 'Open'
https://daosio.atlassian.net/browse/DAOS-18802

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants