From 521b0ce3f194b9c4c768d8f8ae680a69dc1479f2 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 23 Jan 2025 14:12:18 +0100 Subject: all: remove more mentions of the vendor folder --- executor/_include/flatbuffers/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'executor/_include') 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 +``` -- cgit mrf-deployment