build: Drop ShellCheck on Shell Toolbox

Shell Toolbox has been replaced by the Go implementation a quite while
ago. It is kept in the repository but is no longer actively developed.
There is no need to continue checking it with ShellCheck.

https://github.com/containers/toolbox/pull/733
This commit is contained in:
Ondřej Míchal 2021-03-21 22:46:52 +01:00
parent 7e60e89086
commit 8c1d441916

View file

@ -21,12 +21,6 @@ bash_completion = dependency('bash-completion', required: false)
profiledir = get_option('profile_dir')
tmpfilesdir = systemd_dep.get_pkgconfig_variable('tmpfilesdir')
toolbox = files('toolbox')
if shellcheck.found()
test('shellcheck', shellcheck, args: [toolbox])
endif
if bash_completion.found()
install_data(
'completion/bash/toolbox',