Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: 6d5f40f4b343e2452252ea23a8781a02633d3e03 https://github.com/OpenAMP/libmetal/commit/6d5f40f4b343e2452252ea23a8781a026... Author: Alberto Escolar Piedras alberto.escolar.piedras@nordicsemi.no Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths: M .github/actions/build_ci/entrypoint.sh
Log Message: ----------- CI: Zephyr build: Be less verbose
* Do not run the tar extract verbose, as that generated ~50.000 lines of output slowing down things and generating a huge log. * Reduce the progress output of wget to only print one dot every megabyte, instead of every kilobyte reducing a lot the log output.
Signed-off-by: Alberto Escolar Piedras alberto.escolar.piedras@nordicsemi.no
Commit: e979bf75efadadc65113f403105ee876bbfff1fa https://github.com/OpenAMP/libmetal/commit/e979bf75efadadc65113f403105ee876b... Author: Alberto Escolar Piedras alberto.escolar.piedras@nordicsemi.no Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths: M .github/actions/build_ci/entrypoint.sh
Log Message: ----------- CI: Fix entrypoint indentation
The file had a mix of spaces and tabs for indentation Fix it.
Signed-off-by: Alberto Escolar Piedras alberto.escolar.piedras@nordicsemi.no
Commit: 549f13b2b8a3019bb7e4c9b75d250e53e4100357 https://github.com/OpenAMP/libmetal/commit/549f13b2b8a3019bb7e4c9b75d250e53e... Author: Alberto Escolar Piedras alberto.escolar.piedras@nordicsemi.no Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths: M .github/actions/build_ci/entrypoint.sh
Log Message: ----------- CI: Zephyr: Only fetch needed branches instead of everything
Have west only fetch the needed branches instead of doing a full clone of all repositories.
Signed-off-by: Alberto Escolar Piedras alberto.escolar.piedras@nordicsemi.no
Compare: https://github.com/OpenAMP/libmetal/compare/2dc45613f1e6...549f13b2b8a3