Revert "ci: Temporarily disable valgrind test"

This reverts commit 40088a0f3b.
This commit is contained in:
Taiki Endo
2026-05-03 04:18:42 +09:00
parent ef16a20345
commit 5bdd194353

View File

@@ -191,12 +191,11 @@ fi
# Not manifest-based # Not manifest-based
case "${host_os}" in case "${host_os}" in
linux*) linux*)
# TODO: disable valgrind due to Canonical's incident.
# Installing snap to container is difficult... # Installing snap to container is difficult...
# Specifying the version of valgrind is not supported. # Specifying the version of valgrind is not supported.
# if type -P snap >/dev/null && [[ "${version}" == "latest" ]]; then if type -P snap >/dev/null && [[ "${version}" == "latest" ]]; then
# tools+=(valgrind) tools+=(valgrind)
# fi fi
;; ;;
esac esac
# cargo-watch/watchexec-cli is supported by cargo-binstall (through quickinstall) # cargo-watch/watchexec-cli is supported by cargo-binstall (through quickinstall)