From 1690854c2c1aca4146aeb3e873806d00ccac1c57 Mon Sep 17 00:00:00 2001 From: Georgy Moshkin <gmoshkin@picodata.io> Date: Thu, 17 Feb 2022 13:59:48 +0300 Subject: [PATCH 2/3] picodata: bump libunwind version to fix build on modern ubuntu --- static-build/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static-build/CMakeLists.txt b/static-build/CMakeLists.txt index 598c42bbc..e853f3364 100644 --- a/static-build/CMakeLists.txt +++ b/static-build/CMakeLists.txt @@ -16,8 +16,8 @@ set(NCURSES_VERSION 6.2) set(NCURSES_HASH e812da327b1c2214ac1aed440ea3ae8d) set(READLINE_VERSION 8.0) set(READLINE_HASH 7e6c1f16aee3244a69aba6e438295ca3) -set(UNWIND_VERSION 1.3-rc1) -set(UNWIND_HASH f09b670de5db6430a3de666e6aed60e3) +set(UNWIND_VERSION 1.6.2) +set(UNWIND_HASH f625b6a98ac1976116c71708a73dc44a) # Pass -isysroot=<SDK_PATH> option on Mac OS to a preprocessor and a C # compiler to find header files installed with an SDK. -- 2.25.1