Fix
This commit is contained in:
parent
d0bc2526e7
commit
3489ed1f72
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user