Skip to content

Conversation

@robertmaynard
Copy link
Contributor

No description provided.

@copy-pr-bot
Copy link

copy-pr-bot bot commented Jan 7, 2026

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@robertmaynard
Copy link
Contributor Author

/okay to test

@robertmaynard robertmaynard force-pushed the fea/add_spdx_license_builder_to_ci_jobs branch from 6e69111 to c64c622 Compare January 7, 2026 19:03
@robertmaynard
Copy link
Contributor Author

/okay to test

@robertmaynard robertmaynard force-pushed the fea/add_spdx_license_builder_to_ci_jobs branch from c64c622 to 77b4bd8 Compare January 7, 2026 20:10
@robertmaynard
Copy link
Contributor Author

/okay to test

@robertmaynard robertmaynard force-pushed the fea/add_spdx_license_builder_to_ci_jobs branch from 77b4bd8 to 9484455 Compare January 7, 2026 20:11
@robertmaynard
Copy link
Contributor Author

/okay to test

@robertmaynard
Copy link
Contributor Author

Waiting on rapidsai/shared-workflows#488 before we can merge

@robertmaynard robertmaynard force-pushed the fea/add_spdx_license_builder_to_ci_jobs branch from 9484455 to a143845 Compare January 8, 2026 14:53
@robertmaynard robertmaynard force-pushed the fea/add_spdx_license_builder_to_ci_jobs branch from a143845 to 4a0897b Compare January 8, 2026 17:28
cat SPDX_FRAGMENT_LICENSE_FILES >> c/build/install/LICENSE

python ./tool/find_and_copy_license_files.py "." > DEP_LICENSE_FILES
cat DEP_LICENSE_FILES >> c/build/install/LICENSE
Copy link
Contributor

Choose a reason for hiding this comment

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

are you concerned about duplicating any entries here? Should this be more of an update operation than an append?

Why not have the python script do the output handling directly? If it's just a matter of not wanting to deal with python, I can help you.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

are you concerned about duplicating any entries here? Should this be more of an update operation than an append?

I wrote it this way so that if you needed to run the build locally you could see which tool added each line to the mega license file. We could have the python script pipe directly to c/build/install/LICENSE if we wanted instead.

Why not have the python script do the output handling directly? If it's just a matter of not wanting to deal with python, I can help you.

Yes. Happy to have help if we want to have python append/write to explicitly provided files instead

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

Labels

feature request New feature or request non-breaking Introduces a non-breaking change

Development

Successfully merging this pull request may close these issues.

2 participants