mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
cleanup hack/.vendor-helpers.sh
seccomp is already in $dockerBuildTags Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
52fd30079a
commit
6636aec38a
1 changed files with 0 additions and 4 deletions
|
@ -85,7 +85,6 @@ clean() {
|
||||||
''
|
''
|
||||||
'experimental'
|
'experimental'
|
||||||
'pkcs11'
|
'pkcs11'
|
||||||
'seccomp'
|
|
||||||
"$dockerBuildTags"
|
"$dockerBuildTags"
|
||||||
"daemon $dockerBuildTags"
|
"daemon $dockerBuildTags"
|
||||||
"daemon cgo $dockerBuildTags"
|
"daemon cgo $dockerBuildTags"
|
||||||
|
@ -95,9 +94,6 @@ clean() {
|
||||||
"pkcs11 $dockerBuildTags"
|
"pkcs11 $dockerBuildTags"
|
||||||
"pkcs11 daemon $dockerBuildTags"
|
"pkcs11 daemon $dockerBuildTags"
|
||||||
"pkcs11 daemon cgo $dockerBuildTags"
|
"pkcs11 daemon cgo $dockerBuildTags"
|
||||||
"seccomp $dockerBuildTags"
|
|
||||||
"seccomp daemon $dockerBuildTags"
|
|
||||||
"seccomp daemon cgo $dockerBuildTags"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue