Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Failure: Add cpuid-bool licence to PACKAGE_METADATA_FIXUPS #4053

Closed
jhugman opened this issue Apr 30, 2021 · 1 comment
Closed

Build Failure: Add cpuid-bool licence to PACKAGE_METADATA_FIXUPS #4053

jhugman opened this issue Apr 30, 2021 · 1 comment

Comments

@jhugman
Copy link
Contributor

jhugman commented Apr 30, 2021

The CI job Check for any unrecorded changes in our dependency trees is failing:

Traceback (most recent call last):
  File "/Users/distiller/project/./tools/dependency_summary.py", line 1000, in _find_license_url
    raise RuntimeError(err)
RuntimeError: Could not infer license URL for 'cpuid-bool'.
Please locate the correct license URL and add it to `PACKAGE_METADATA_FIXUPS`.
You may need to poke around in the source repository at https://github.com/RustCrypto/utils for a Apache-2.0 license file named LICENSE-APACHE.

Exited with code exit status 1

This RustCrypto/utils#381 suggests that cpuid-bool has changed names. We can either upgrade to the new name (probably the best long term option) or find the right place to change the license file url, or do as dependency_summary.py suggests and add it to PACKAGE_METADATA_FIXUPS.

┆Issue is synchronized with this Jira Task
┆Epic: local development, ci and release (backlog)
┆Sprint: SYNC - 2021-05-28

@mhammond
Copy link
Member

mhammond commented May 7, 2021

Fixed in #4051

@mhammond mhammond closed this as completed May 7, 2021
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

No branches or pull requests

2 participants