Skip to content

Commit

Permalink
devel/ftxui: Fix build on aarch64
Browse files Browse the repository at this point in the history
... by disable fuzzing options

Reported by:	fallout
  • Loading branch information
yurivict committed Jan 17, 2023
1 parent f3f65ce commit a9e1259
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions devel/ftxui/files/patch-cmake_ftxui__fuzzer.cmake
@@ -0,0 +1,12 @@
- workaround for https://github.com/ArthurSonzogni/FTXUI/issues/556

--- cmake/ftxui_fuzzer.cmake.orig 2023-01-14 19:37:42 UTC
+++ cmake/ftxui_fuzzer.cmake
@@ -23,5 +23,5 @@ function(fuzz name)
)
endfunction(fuzz)

-fuzz(terminal_input_parser_test_fuzzer)
-fuzz(component_fuzzer)
+#fuzz(terminal_input_parser_test_fuzzer)
+#fuzz(component_fuzzer)

0 comments on commit a9e1259

Please sign in to comment.