mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-10 14:40:32 +00:00
ci: Temporarily disable valgrind test
``` error: unable to contact snap store ``` https://status.canonical.com/
This commit is contained in:
@@ -191,11 +191,12 @@ 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user