File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ mkdir libdwarf
15
15
cd libdwarf
16
16
git init
17
17
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
19
19
git checkout FETCH_HEAD
20
20
mkdir build
21
21
cd build
Original file line number Diff line number Diff line change @@ -133,13 +133,6 @@ def run_linux_matrix():
133
133
"stdlib" : "libc++" ,
134
134
"sanitizers" : "ON" ,
135
135
},
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
- },
143
136
]
144
137
).run (build_and_test )
145
138
You can’t perform that action at this time.
0 commit comments