Skip to content

Commit

Permalink
ecs-agent: mask requirement on docker-engine
Browse files Browse the repository at this point in the history
The docker-engine package is listed in the variant definition, and we
don't need it as a build-time requirement.

Signed-off-by: Ben Cressey <bcressey@amazon.com>
  • Loading branch information
bcressey committed May 17, 2021
1 parent 2e02444 commit c29eea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/ecs-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ glibc = { path = "../glibc" }

# RPM Requires
[dependencies]
docker-engine = { path = "../docker-engine" }
# `docker-engine` is only needed at runtime, and is included in the variant
# definition.
# docker-engine = { path = "../docker-engine" }
# `iptables` is only needed at runtime, and is pulled in by `release`.
# iptables = { path = "../iptables" }
1 change: 0 additions & 1 deletion variants/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c29eea3

Please sign in to comment.