diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-01-23 14:12:18 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-01-23 16:34:44 +0000 |
| commit | 521b0ce3f194b9c4c768d8f8ae680a69dc1479f2 (patch) | |
| tree | 0bacf2019c1d8ef0f0994488d06cad3c711c2d4d /executor/_include | |
| parent | f6a35ef3a59d5a0ad14de993e51c186016ea91de (diff) | |
all: remove more mentions of the vendor folder
Diffstat (limited to 'executor/_include')
| -rw-r--r-- | executor/_include/flatbuffers/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/executor/_include/flatbuffers/README.md b/executor/_include/flatbuffers/README.md index 3f687c0fe..7f0d63ef0 100644 --- a/executor/_include/flatbuffers/README.md +++ b/executor/_include/flatbuffers/README.md @@ -2,6 +2,8 @@ This was manually vendored on the version v2.0.8 (which matches the compiler version in the env container) using the following commands: +``` git clone --branch=v2.0.8 --depth=1 --single-branch https://github.com/google/flatbuffers.git -cp flatbuffers/LICENSE.txt syzkaller/vendor/flatbuffers/ -cp flatbuffers/include/flatbuffers/*.h syzkaller/vendor/flatbuffers/ +cp flatbuffers/LICENSE.txt syzkaller/executor/_include/flatbuffers +cp flatbuffers/include/flatbuffers/*.h syzkaller/executor/_include/flatbuffers +``` |
