Skip to content

Commit

Permalink
Bump libdwarf used in testing due to dwarf 5 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Nov 12, 2024
1 parent 4cb425f commit e41f89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup-prerequisites-unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e41f89e

Please sign in to comment.