Skip to content

Exclude development scripts from published package#176

Merged
mulimoen merged 1 commit intomasterfrom
exclude_scripts_cherrypick
Dec 16, 2025
Merged

Exclude development scripts from published package#176
mulimoen merged 1 commit intomasterfrom
exclude_scripts_cherrypick

Conversation

@mulimoen
Copy link
Collaborator

  • I agree to follow the project's code of conduct.
  • I added an entry to the project's change log file if knowledge of this change could be valuable to users.
    • Usually called CHANGES.md or CHANGELOG.md
    • Prefix changelog entries for breaking changes with "BREAKING: "

Cherry-picked from #175

During a dependency review we noticed that the netcdf-src crate includes various development scripts. These development scripts shouldn't be there as they might, at some point become problematic. As of now they prevent any downstream user from enabling the `[bans.build.interpreted]` option of cargo deny.

I opted for using an explicit include list instead of an exclude list to prevent these files from beeing included in the published packages to make sure that everything that's included is an conscious choice.
@mulimoen mulimoen merged commit 9744095 into master Dec 16, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants