ci: Temporarily disable valgrind test

```
error: unable to contact snap store
```

https://status.canonical.com/
This commit is contained in:
Taiki Endo
2026-05-02 04:33:30 +09:00
parent cd51854b0b
commit 40088a0f3b

View File

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