Set SOURCE_DATE_EPOCH in the default env variables
Since we set a timestamp for most projects (to the commit we're using if we're using git), we could use it also to set SOURCE_DATE_EPOCH
in the default environment (set_default_env
).
However, it will trigger a complete rebuild of everything, so we could wait until the next ESR toolchain update to do it.