diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-07-11 21:45:04 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-12 08:22:14 +0200 |
| commit | 1ad470c26510d8ad078a0c4cfbd26010491692be (patch) | |
| tree | e5e7e3e9865fc85ff954f877f3f11478ef05eee7 /executor/android | |
| parent | 7ba05d2dd657a3306d4729982dda87273334e850 (diff) | |
pkg/vcs: don't sandbox syzkaller repo
Currently we sandbox all repos b/c we assumed
that all builds are also sandboxes. But this causes
havoc for bisection/patch testing b/c syzkaller build
is not actually sandboxed anywhere. Build creates
root-owned files and then git can't do anything with them
but don't report errors either:
$ git checkout 8eda0b95 && echo OK
error: unable to unlink old 'sys/linux/gen/386.go': Permission denied
error: unable to unlink old 'sys/linux/gen/ppc64le.go': Permission denied
...
HEAD is now at 8eda0b957e5b
OK
We trust own sources and we don't test syzkaller patches,
so don't sandbox syzkaller repos.
Diffstat (limited to 'executor/android')
0 files changed, 0 insertions, 0 deletions
