Skip to content

Commit d54bf14

Browse files
committed
fixup! Merge tag 'VALGRIND_3_25_1'
1 parent a7985d8 commit d54bf14

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build test dependencies
5353
run: |
5454
make -C tests arch_test os_test true
55-
make -C memcheck/tests bug445235_ada_demangle
55+
make -C callgrind/tests check
5656
5757
- name: Run Callgrind tests
5858
run: |

configure.ac

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,18 +302,12 @@ case "${host_cpu}" in
302302
ARCH_MAX="nanomips"
303303
;;
304304

305-
<<<<<<< HEAD
306-
*)
307-
||||||| fcdaa4742
308-
*)
309-
=======
310305
riscv64)
311306
AC_MSG_RESULT([ok (${host_cpu})])
312307
ARCH_MAX="riscv64"
313308
;;
314309

315310
*)
316-
>>>>>>> VALGRIND_3_25_1
317311
AC_MSG_RESULT([no (${host_cpu})])
318312
AC_MSG_ERROR([Unsupported host architecture. Sorry])
319313
;;

0 commit comments

Comments
 (0)