]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-publish-sdk: Disable git gc to avoid build errors
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Sep 2021 17:24:54 +0000 (18:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Sep 2021 12:49:07 +0000 (13:49 +0100)
commitd938a74097202396beda2e3bb4f582342d6dfa1b
tree1747546e41f2de5e85923fcc612379bc3cfe3754
parentadd36cf85380bf7dc5339a9d65f951923317440b
scripts/oe-publish-sdk: Disable git gc to avoid build errors

I've puzzled over why I see local eSDK test failures. It is due to having a
messy git tree locally, git then runs git gc in the background which races
against the deletion code for the publish test. Disable git gc to avoid this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-publish-sdk