Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI, docs: remove libelf-dev from dependencies #17687

Merged
merged 3 commits into from
Nov 10, 2021

Commits on Nov 10, 2021

  1. CI, docs, contrib: remove libelf-dev from dependencies

    Since commit 4db3166 ("cilium-map-migrate: remove program and all
    of its references") cilium-map-migrate has been replaced by a binary
    written in Go and we no longer link binaries against libelf as of commit
    c67cf7e ("bpf: remove libelf dependency and unused nobpf.h"). Thus,
    drop libelf-dev from dependencies in CI and documentation.
    
    Signed-off-by: Tobias Klauser <tobias@cilium.io>
    tklauser committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b9f6c11 View commit details
    Browse the repository at this point in the history
  2. .travis.yml: don't install ipset

    In commit b71d528 ("CI: update cilium-cli to v0.9.2"), ipset was
    accidentially added to the list of packages to install on Travis CI.
    Remove it again as it is not needed by the tests.
    
    Signed-off-by: Tobias Klauser <tobias@cilium.io>
    tklauser committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    35375fe View commit details
    Browse the repository at this point in the history
  3. images: remove libelf-dev from cilium-builder

    We still need libelf1 as a dependency for iproute2 and runtime though.
    
    Signed-off-by: Tobias Klauser <tobias@cilium.io>
    tklauser committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    a59ab13 View commit details
    Browse the repository at this point in the history