File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1464,7 +1464,7 @@ make install
14641464cd ~ /scratch/cpptrace-test
14651465git clone https://github.com/jeremy-rifkin/libdwarf-lite.git
14661466cd libdwarf-lite
1467- git checkout 23044a5654d4abc45f0864a06d42144365d9a425 # 2.0 .0
1467+ git checkout 5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f # 2.1 .0
14681468mkdir build
14691469cd build
14701470cmake .. -DPIC_ALWAYS=On -DBUILD_DWARFDUMP=Off -DCMAKE_PREFIX_PATH=~ /scratch/cpptrace-test/resources -DCMAKE_INSTALL_PREFIX=~ /scratch/cpptrace-test/resources
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ mkdir libdwarf
1717cd libdwarf
1818git init
1919git remote add origin https:// github.com / jeremy- rifkin/ libdwarf- lite.git
20- git fetch -- depth 1 origin 23044a5654d4abc45f0864a06d42144365d9a425 # 2.0 .0
20+ git fetch -- depth 1 origin 5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f # 2.1 .0
2121git checkout FETCH_HEAD
2222mkdir build
2323cd build
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ mkdir libdwarf
1515cd libdwarf
1616git init
1717git remote add origin https://github.com/jeremy-rifkin/libdwarf-lite.git
18- git fetch --depth 1 origin 23044a5654d4abc45f0864a06d42144365d9a425 # 2.0 .0
18+ git fetch --depth 1 origin 5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f # 2.1 .0
1919git checkout FETCH_HEAD
2020mkdir build
2121cd build
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ mkdir libdwarf
1515cd libdwarf
1616git init
1717git remote add origin https://github.com/jeremy-rifkin/libdwarf-lite.git
18- git fetch --depth 1 origin 23044a5654d4abc45f0864a06d42144365d9a425 # 2.0 .0
18+ git fetch --depth 1 origin 5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f # 2.1 .0
1919git checkout FETCH_HEAD
2020mkdir build
2121cd build
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ mkdir libdwarf
1616cd libdwarf
1717git init
1818git remote add origin https://github.com/jeremy-rifkin/libdwarf-lite.git
19- git fetch --depth 1 origin 23044a5654d4abc45f0864a06d42144365d9a425 # 2.0 .0
19+ git fetch --depth 1 origin 5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f # 2.1 .0
2020git checkout FETCH_HEAD
2121mkdir build
2222cd build
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ option(CPPTRACE_UNPREFIXED_TRY_CATCH "" OFF)
182182option (CPPTRACE_USE_EXTERNAL_GTEST "" OFF )
183183set (CPPTRACE_ZSTD_URL "https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz" CACHE STRING "" )
184184set (CPPTRACE_LIBDWARF_REPO "https://github.com/jeremy-rifkin/libdwarf-lite.git" CACHE STRING "" )
185- set (CPPTRACE_LIBDWARF_TAG "23044a5654d4abc45f0864a06d42144365d9a425 " CACHE STRING "" ) # v2.0 .0
185+ set (CPPTRACE_LIBDWARF_TAG "5dfb2cd2aacf2bf473e5bfea79e41289f88b3a5f " CACHE STRING "" ) # v2.1 .0
186186set (CPPTRACE_LIBDWARF_SHALLOW "1" CACHE STRING "" )
187187option (CPPTRACE_PROVIDE_EXPORT_SET "" ON )
188188option (CPPTRACE_PROVIDE_EXPORT_SET_FOR_LIBDWARF "" OFF )
You can’t perform that action at this time.
0 commit comments