]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/gotoolchain: put writable files in the Go module cache
authorRoss Burton <ross.burton@arm.com>
Mon, 25 Jul 2022 15:53:43 +0000 (16:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jul 2022 21:57:54 +0000 (22:57 +0100)
commit7ff30e0d9fe8527cbc2f8ca84e0300fdc84663b6
treece149cdcd0221ed34e86b5d22098a8001d842e80
parentf0c9e1bf35289afa63f040bbc13ca1755e4db0f9
oeqa/gotoolchain: put writable files in the Go module cache

By default 'go mod' creates read-only files, but that just complicates
things.  Add -modcacherw to make the cache read/write, so it can be
cleaned up without needing to chmod.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/gotoolchain.py