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
.github/zephyr: simplify and fix the git describe performance hack
Fixes the git describe/tag performance hack added in
commit 2328478 (".github/zephyr.yml: fix tags missing from `git -C
zephyr/ describe`") which worked for an amazingly long time (1.5 year)
but apparently ran its course. Git version 2.48 apparently does not like
it anymore. Replace it with something slower but simpler and safer.
Should fix build reproducibility issue #9797, much more details there.
Also fixes commit 4bc6488 (".github/zephyr: de-hardcode the name of
the zephyr remote")
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
0 commit comments