app-emulation/containerd: delete containerd-stress

Each Flatcar production image includes a binary `containerd-stress`,
as a part of torcx tarballs.

However it does not seem to be used anywhere.
It looks like a stress testing tool for containerd, so I don't see a
good reason to keep it.
The binary was there since the beginning, via commit
[fdd926949a10](fdd926949a),
but there is no comment or messages why it was needed.
We can simply remove `containerd-stress`.
This commit is contained in:
Dongsu Park 2021-02-18 16:33:01 +01:00
parent 6a307e5ae3
commit 5ad450acf1
2 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ src_compile() {
} }
src_install() { src_install() {
dobin bin/containerd{-shim,-shim-runc-v*,-stress,} bin/ctr dobin bin/containerd{-shim,-shim-runc-v*,} bin/ctr
systemd_newunit "${FILESDIR}/${PN}-1.0.0.service" "${PN}.service" systemd_newunit "${FILESDIR}/${PN}-1.0.0.service" "${PN}.service"
insinto /usr/share/containerd insinto /usr/share/containerd
doins "${FILESDIR}/config.toml" doins "${FILESDIR}/config.toml"