[Git][reproducible-builds/reproducible-notes][master] auto-classify: Catch a few more Cython packages.
Chris Lamb
gitlab at salsa.debian.org
Thu Apr 8 10:41:07 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-notes
Commits:
8ae59dba by Chris Lamb at 2021-04-08T11:40:58+01:00
auto-classify: Catch a few more Cython packages.
- - - - -
1 changed file:
- bin/auto-classify
Changes:
=====================================
bin/auto-classify
=====================================
@@ -144,6 +144,9 @@ def walk_json(elem):
if "../../../../../usr/" in diff:
yield "captures_varying_number_of_build_path_directory_components"
+ if "__pyx_" in diff:
+ yield "random_hashes_in_cython_output"
+
if v.startswith("objdump "):
if re.search(r"-/build/1st/[^\n]+/\w+\.(c|h|cpp)]:\d+\n", diff):
@@ -158,8 +161,6 @@ def walk_json(elem):
yield "captures_build_path"
if v.startswith("strings "):
- if "__pyx" in diff:
- yield "random_hashes_in_cython_output"
if "-ffile-prefix-map=/build/" in diff:
yield "records_build_flags"
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/commit/8ae59dba82db8a7b57a6bb323adba1fd90393aeb
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/commit/8ae59dba82db8a7b57a6bb323adba1fd90393aeb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210408/b8075b35/attachment.htm>
More information about the rb-commits
mailing list