You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The CI job Check for any unrecorded changes in our dependency trees is failing:
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 asdependency_summary.py
suggests and add it toPACKAGE_METADATA_FIXUPS
.┆Issue is synchronized with this Jira Task
┆Epic: local development, ci and release (backlog)
┆Sprint: SYNC - 2021-05-28
The text was updated successfully, but these errors were encountered: