Skip to content

Commit

Permalink
fix: ensure 'local' folly includes have preference over 'system' (dwa…
Browse files Browse the repository at this point in the history
…rfs tebako-0.8.1)
  • Loading branch information
maxirmx committed Aug 7, 2024
1 parent 96a41ab commit b396438
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ message(STATUS "Tebako build scope: ${TEBAKO_BUILD_SCOPE}")
if (IS_WINDOWS)
message(STATUS "Building for Ruby Win32: ${RB_W32}")
endif(IS_WINDOWS)
message(STATUS "Use jemalloc: ${USE_JEMALLOC}${JEMALLOC_LG_VADDR_MSG}${JEMALLOC_LG_PAGE_MSG}")
message(STATUS "Use jemalloc: ${USE_JEMALLOC}${JEMALLOC_LG_VADDR_MSG}${JEMALLOC_LG_PAGE_MSG}")
message(STATUS "Build type: ${CMAKE_BUILD_TYPE}")
message(STATUS " with ASAN: ${WITH_ASAN}")
message(STATUS " with coverage: ${WITH_COVERAGE}")
Expand Down Expand Up @@ -294,7 +294,7 @@ endif(CMAKE_BUILD_TYPE STREQUAL Debug)
# ...................................................................
# External projects

def_ext_prj_g(DWARFS "tebako-v0.8.0")
def_ext_prj_g(DWARFS "tebako-v0.8.1")
def_ext_prj_g(INCBIN "348e36b")

if(NOT IS_WINDOWS)
Expand Down
2 changes: 1 addition & 1 deletion common.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DEPS=deps
INCBIN_TAG=348e36b
DWARFS_TAG=tebako-v0.8.0
DWARFS_TAG=tebako-v0.8.1
GLOG_TAG=v0.5.0
GFLAGS_TAG=v2.2.2
DC_TAG=v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.7
0.5.8

0 comments on commit b396438

Please sign in to comment.