Update to include the latest upstream improvements and bugfixes, including pahole now always encoding reproducibly. Drop the local patch: 100-reproducible-builds.patch Release Notes: https://lore.kernel.org/bpf/Z4-TDt42dTKZvCo6@x1/ Signed-off-by: Tony Ambardar <itugrok@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/17705 Signed-off-by: Robert Marko <robimarko@gmail.com>master
parent
730db6b893
commit
22d1e6cd26
@ -1,12 +0,0 @@
|
||||
--- a/pahole.c
|
||||
+++ b/pahole.c
|
||||
@@ -3681,6 +3681,9 @@ int main(int argc, char *argv[])
|
||||
goto out;
|
||||
}
|
||||
|
||||
+ if (getenv("SOURCE_DATE_EPOCH") || getenv("KBUILD_BUILD_TIMESTAMP"))
|
||||
+ conf_load.reproducible_build = true;
|
||||
+
|
||||
if (dwarves__init()) {
|
||||
fputs("pahole: insufficient memory\n", stderr);
|
||||
goto out;
|
Loading…
Reference in new issue