You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by sa...@apache.org on 2022/01/19 18:59:49 UTC

[incubator-heron] 01/01: [Build] libunwind 1.6.2 upgrade

This is an automated email from the ASF dual-hosted git repository.

saadurrahman pushed a commit to branch saadurrahman/libunwind1.6.2-upgrade
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 4c77d61b4ac662540f89940f893f80fc064f64cc
Author: Saad Ur Rahman <sa...@apache.org>
AuthorDate: Wed Jan 19 13:59:05 2022 -0500

    [Build] libunwind 1.6.2 upgrade
    
    This library is used by C++ components to maintain a call history. Upgrading to newer Linux kernels necessitates this update.
---
 WORKSPACE | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index adc14f2..332d9e2 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -272,9 +272,9 @@ http_archive(
 http_archive(
     name = "org_nongnu_libunwind",
     build_file = "@//:third_party/libunwind/libunwind.BUILD",
-    sha256 = "0a4b5a78d8c0418dfa610245f75fa03ad45d8e5e4cc091915d2dbed34c01178e",
-    strip_prefix = "libunwind-1.3.2",
-    urls = ["https://github.com/libunwind/libunwind/releases/download/v1.3.2/libunwind-1.3.2.tar.gz"],
+    sha256 = "4a6aec666991fb45d0889c44aede8ad6eb108071c3554fcdff671f9c94794976",
+    strip_prefix = "libunwind-1.6.2",
+    urls = ["https://github.com/libunwind/libunwind/releases/download/v1.6.2/libunwind-1.6.2.tar.gz"],
 )
 
 http_archive(