-
Notifications
You must be signed in to change notification settings - Fork 6k
Skip and ignore boringssl/src/rust when looking for the licenses. #42210
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
third_praty/boringssl/src/rust/bssl-crypto/deny.toml triggers 'potential license', '.toml' are configuration files.
|
This is to unblock dart->engine roller |
tools/licenses/lib/paths.dart
Outdated
| r'codereview.settings', | ||
| r'coderules.txt', | ||
| r'configure-ac-style.md', | ||
| r'deny.toml', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should probably just skip everything under the rust bindings directory under https://boringssl.googlesource.com/boringssl/+/refs/heads/master/rust since we don't build/ship them. That exclusion would go above next to the other paths we exclude from boringssl.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…127352) flutter/engine@1ed9fc0...a342a91 2023-05-22 [email protected] Roll Skia from 2612bb159848 to d448fe07ea46 (5 revisions) (flutter/engine#42213) 2023-05-22 [email protected] Skip and ignore boringssl/src/rust when looking for the licenses. (flutter/engine#42210) 2023-05-22 [email protected] [Impeller] Create reusable prefix sum. (flutter/engine#42167) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…lutter#127352) flutter/engine@1ed9fc0...a342a91 2023-05-22 [email protected] Roll Skia from 2612bb159848 to d448fe07ea46 (5 revisions) (flutter/engine#42213) 2023-05-22 [email protected] Skip and ignore boringssl/src/rust when looking for the licenses. (flutter/engine#42210) 2023-05-22 [email protected] [Impeller] Create reusable prefix sum. (flutter/engine#42167) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
third_party/boringssl/src/rust/bssl-crypto/deny.toml coming in as part of https://dart-review.googlesource.com/c/sdk/+/304210 triggers 'potential license' license script error.
Rust sources of boringssl are not included into flutter, don't need to be scanned for licenses.