This commit is contained in:
Jeremy 2023-11-06 16:51:18 -05:00
parent d0bc2526e7
commit 3489ed1f72
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E
3 changed files with 11 additions and 11 deletions

View File

@ -20,7 +20,7 @@ jobs:
cd libdwarf
git init
git remote add origin https://github.com/jeremy-rifkin/libdwarf-code.git
git fetch --depth 1 origin 8b163d80aa30afd37027e826f6e8becd8e62ee2f
git fetch --depth 1 origin 6216e185863f41d6f19ab850caabfff7326020d7
git checkout FETCH_HEAD
mkdir build
cd build
@ -45,7 +45,7 @@ jobs:
cd libdwarf
git init
git remote add origin https://github.com/jeremy-rifkin/libdwarf-code.git
git fetch --depth 1 origin 8b163d80aa30afd37027e826f6e8becd8e62ee2f
git fetch --depth 1 origin 6216e185863f41d6f19ab850caabfff7326020d7
git checkout FETCH_HEAD
mkdir build
cd build
@ -72,7 +72,7 @@ jobs:
cd libdwarf
git init
git remote add origin https://github.com/jeremy-rifkin/libdwarf-code.git
git fetch --depth 1 origin 8b163d80aa30afd37027e826f6e8becd8e62ee2f
git fetch --depth 1 origin 6216e185863f41d6f19ab850caabfff7326020d7
git checkout FETCH_HEAD
mkdir build
cd build
@ -98,7 +98,7 @@ jobs:
cd libdwarf
git init
git remote add origin https://github.com/jeremy-rifkin/libdwarf-code.git
git fetch --depth 1 origin 8b163d80aa30afd37027e826f6e8becd8e62ee2f
git fetch --depth 1 origin 6216e185863f41d6f19ab850caabfff7326020d7
git checkout FETCH_HEAD
mkdir build
cd build
@ -124,7 +124,7 @@ jobs:
cd libdwarf
git init
git remote add origin https://github.com/jeremy-rifkin/libdwarf-code.git
git fetch --depth 1 origin 8b163d80aa30afd37027e826f6e8becd8e62ee2f
git fetch --depth 1 origin 6216e185863f41d6f19ab850caabfff7326020d7
git checkout FETCH_HEAD
mkdir build
cd build

View File

@ -22,7 +22,7 @@ jobs:
cd libdwarf
git init
git remote add origin https://github.com/jeremy-rifkin/libdwarf-code.git
git fetch --depth 1 origin 8b163d80aa30afd37027e826f6e8becd8e62ee2f
git fetch --depth 1 origin 6216e185863f41d6f19ab850caabfff7326020d7
git checkout FETCH_HEAD
mkdir build
cd build
@ -44,7 +44,7 @@ jobs:
cd libdwarf
git init
git remote add origin https://github.com/jeremy-rifkin/libdwarf-code.git
git fetch --depth 1 origin 8b163d80aa30afd37027e826f6e8becd8e62ee2f
git fetch --depth 1 origin 6216e185863f41d6f19ab850caabfff7326020d7
git checkout FETCH_HEAD
mkdir build
cd build
@ -74,7 +74,7 @@ jobs:
cd libdwarf
git init
git remote add origin https://github.com/jeremy-rifkin/libdwarf-code.git
git fetch --depth 1 origin 8b163d80aa30afd37027e826f6e8becd8e62ee2f
git fetch --depth 1 origin 6216e185863f41d6f19ab850caabfff7326020d7
git checkout FETCH_HEAD
mkdir build
cd build
@ -100,7 +100,7 @@ jobs:
cd libdwarf
git init
git remote add origin https://github.com/jeremy-rifkin/libdwarf-code.git
git fetch --depth 1 origin 8b163d80aa30afd37027e826f6e8becd8e62ee2f
git fetch --depth 1 origin 6216e185863f41d6f19ab850caabfff7326020d7
git checkout FETCH_HEAD
mkdir build
cd build
@ -126,7 +126,7 @@ jobs:
cd libdwarf
git init
git remote add origin https://github.com/jeremy-rifkin/libdwarf-code.git
git fetch --depth 1 origin 8b163d80aa30afd37027e826f6e8becd8e62ee2f
git fetch --depth 1 origin 6216e185863f41d6f19ab850caabfff7326020d7
git checkout FETCH_HEAD
mkdir build
cd build

View File

@ -316,7 +316,7 @@ if(CPPTRACE_GET_SYMBOLS_WITH_LIBDWARF)
FetchContent_Declare(
libdwarf
GIT_REPOSITORY https://github.com/jeremy-rifkin/libdwarf-code.git
GIT_TAG 2aa060204ff5bdf2a0d8c97257133930edf7ed31 # v0.8.0
GIT_TAG 6216e185863f41d6f19ab850caabfff7326020d7 # v0.8.0
GIT_SHALLOW 1
)
FetchContent_MakeAvailable(libdwarf)