Skip to content

Commit 78d30aa

Browse files
committed
Re-enable a configuration now that davea42/libdwarf-code#259 is fixed
1 parent 9a7bd8f commit 78d30aa

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

ci/setup-prerequisites-unittest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mkdir libdwarf
1515
cd libdwarf
1616
git init
1717
git remote add origin https://github.com/davea42/libdwarf-code.git
18-
git fetch --depth 1 origin 285d9d34f3e9f56cc1c487d0055f6dc54a9c54a1 # 0.11.0
18+
git fetch --depth 1 origin a2ac6d2b32394812f2397513415587d798f5ce6c # 0.11.0 + fixes for #259
1919
git checkout FETCH_HEAD
2020
mkdir build
2121
cd build

ci/unittest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,6 @@ def run_linux_matrix():
133133
"stdlib": "libc++",
134134
"sanitizers": "ON",
135135
},
136-
{
137-
# disabled until https://github.com/davea42/libdwarf-code/issues/259 is fixed
138-
"compiler": "g++-10",
139-
"build_type": "RelWithDebInfo",
140-
"split_dwarf": "ON",
141-
"dwarf_version": "5",
142-
},
143136
]
144137
).run(build_and_test)
145138

0 commit comments

Comments
 (0)