File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
env :
14
14
# TODO: detect this from repo somehow: https://github.com/halide/Halide/issues/8406
15
15
LLVM_VERSION : 20.1.8
16
- FLATBUFFERS_VERSION : 25.2.10
16
+ FLATBUFFERS_VERSION : 23.5.26
17
17
WABT_VERSION : 1.0.36
18
18
19
19
concurrency :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include(FetchContent)
3
3
FetchContent_Declare (
4
4
flatbuffers
5
5
GIT_REPOSITORY https://github.com/google/flatbuffers.git
6
- GIT_TAG 1c514626e83c20fffa8557e75641848e1e15cd5e # v25.2.10
6
+ GIT_TAG 0100f6a5779831fa7a651e4b67ef389a8752bd9b # v23.5.26
7
7
GIT_SHALLOW TRUE
8
8
)
9
9
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ building the core pieces of Halide.
145
145
| [ LLVM] | _ see policy below_ | _ always_ | WebAssembly and X86 targets are required. |
146
146
| [ Clang] | ` ==LLVM ` | _ always_ | |
147
147
| [ LLD] | ` ==LLVM ` | _ always_ | |
148
- | [ flatbuffers] | ` ~=25.2.10 ` | ` WITH_SERIALIZATION=ON ` | |
148
+ | [ flatbuffers] | ` ~=23.5.26 ` | ` WITH_SERIALIZATION=ON ` | |
149
149
| [ wabt] | ` ==1.0.36 ` | ` Halide_WASM_BACKEND=wabt ` | Does not have a stable API; exact version required. |
150
150
| [ V8] | trunk | ` Halide_WASM_BACKEND=V8 ` | Difficult to build. See [ WebAssembly.md] |
151
151
| [ Python] | ` >=3.9 ` | ` WITH_PYTHON_BINDINGS=ON ` | |
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ if (WITH_SERIALIZATION)
531
531
# package in terms of the case of the relevant CMake files. Fortunately,
532
532
# the IMPORTED targets appear to be consistently named `flatbuffers`.
533
533
find_package (
534
- flatbuffers 25.2.10 REQUIRED
534
+ flatbuffers 23.5.26 REQUIRED
535
535
NAMES flatbuffers Flatbuffers FlatBuffers
536
536
)
537
537
_Halide_pkgdep (flatbuffers )
You can’t perform that action at this time.
0 commit comments