We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7985d8 commit d54bf14Copy full SHA for d54bf14
2 files changed
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Build test dependencies
53
run: |
54
make -C tests arch_test os_test true
55
- make -C memcheck/tests bug445235_ada_demangle
+ make -C callgrind/tests check
56
57
- name: Run Callgrind tests
58
configure.ac
@@ -302,18 +302,12 @@ case "${host_cpu}" in
302
ARCH_MAX="nanomips"
303
;;
304
305
-<<<<<<< HEAD
306
- *)
307
-||||||| fcdaa4742
308
309
-=======
310
riscv64)
311
AC_MSG_RESULT([ok (${host_cpu})])
312
ARCH_MAX="riscv64"
313
314
315
*)
316
->>>>>>> VALGRIND_3_25_1
317
AC_MSG_RESULT([no (${host_cpu})])
318
AC_MSG_ERROR([Unsupported host architecture. Sorry])
319
0 commit comments