From 1cfbf16e320ca9bdadd9c24eb1d2d68b25369ba6 Mon Sep 17 00:00:00 2001 From: Pimyn Girgis Date: Tue, 2 Dec 2025 12:28:10 +0000 Subject: executor: update flatbuffers Update flatbuffers to v23.5.26, which matches the compiler version in the new env container. --- executor/_include/flatbuffers/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'executor/_include/flatbuffers/README.md') diff --git a/executor/_include/flatbuffers/README.md b/executor/_include/flatbuffers/README.md index 7f0d63ef0..fc1c52f27 100644 --- a/executor/_include/flatbuffers/README.md +++ b/executor/_include/flatbuffers/README.md @@ -1,9 +1,9 @@ -This was manually vendored on the version v2.0.8 +This was manually vendored on the version v23.5.26 (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/executor/_include/flatbuffers +git clone --branch=v23.5.26 --depth=1 --single-branch https://github.com/google/flatbuffers.git +cp flatbuffers/LICENSE syzkaller/executor/_include/flatbuffers cp flatbuffers/include/flatbuffers/*.h syzkaller/executor/_include/flatbuffers ``` -- cgit mrf-deployment