diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-09 05:03:51 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-09 05:07:01 +0000 |
| commit | ed5b33932e5f9ad8dc530a53fddfc865fc60d60c (patch) | |
| tree | b62080019a7238962e802bcad7d4a299d2c1537f /lib/oeqa | |
| parent | 1553125eb4f5f8ac549bac6843138d94faa44e7b (diff) | |
| download | meta-virtualization-ed5b33932e5f9ad8dc530a53fddfc865fc60d60c.tar.gz | |
go-mod-vcs: fix do_rm_work permission failure on module cache
go build creates read-only files in the module cache during
do_compile. The previous do_fix_go_mod_permissions task ran before
do_compile, so it could not catch these files, causing do_rm_work
to fail with permission errors.
Replace the standalone task with a do_compile postfunc that fixes
module cache permissions after compilation finishes. This covers
all go-mod-vcs recipes regardless of how they invoke go build.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'lib/oeqa')
0 files changed, 0 insertions, 0 deletions
