From e41f89ee820d8def8b09864bfc5de9cadc648d5f Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:37:36 -0600 Subject: [PATCH] Bump libdwarf used in testing due to dwarf 5 bug --- ci/setup-prerequisites-unittest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/setup-prerequisites-unittest.sh b/ci/setup-prerequisites-unittest.sh index eb31f9f..d9f0017 100755 --- a/ci/setup-prerequisites-unittest.sh +++ b/ci/setup-prerequisites-unittest.sh @@ -15,7 +15,7 @@ mkdir libdwarf cd libdwarf git init git remote add origin https://github.com/davea42/libdwarf-code.git -git fetch --depth 1 origin 285d9d34f3e9f56cc1c487d0055f6dc54a9c54a1 # 0.11.0 +git fetch --depth 1 origin f4f6f782a06ab0618861cf0c4474989376c69c76 # 0.11.0 + trunk with some dwarf 5 fixes git checkout FETCH_HEAD mkdir build cd build