Skip to content

Commit 61ec2b8

Browse files
committed
cmake: bump luzer to a new version
The new version contains changes [1][2] required for OSS Fuzz support and other changes: - cmake: introduce CMake option OSS_FUZZ - cmake: fix AR searching - luzer: fix handling two dashes in console arguments - cmake: disable LLVM version check - cmake: fix search of libraries on OSS Fuzz - cmake: install sanitizers libraries - readme: fix links to tests - doc: update contribution guide 1. ligurio/luzer#73 2. ligurio/luzer#76 Needed for tarantool#12097 Needed for tarantool#11250 Needed for google/oss-fuzz#14656 Related to google/oss-fuzz#13782 NO_CHANGELOG=build NO_DOC=build NO_TEST=build
1 parent 0b3ea39 commit 61ec2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/BuildLuzer.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ list(APPEND LUZER_CMAKE_FLAGS
2323

2424
ExternalProject_Add(bundled-luzer
2525
GIT_REPOSITORY https://github.com/ligurio/luzer
26-
GIT_TAG 36faf06a343c2fd5c0a03096d7272fb60d135e64
26+
GIT_TAG aae4bbde656a9ef464cc1532c92a420a9d438219
2727
GIT_PROGRESS TRUE
2828
GIT_SHALLOW FALSE
2929
SOURCE_DIR ${LUZER_DIR}/source

0 commit comments

Comments
 (0)