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:
parent
7e60e89086
commit
8c1d441916
1 changed files with 0 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue