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

feta: precompile libpcap #91

Merged
merged 7 commits into from
May 26, 2021
Merged

Conversation

kuisathaverat
Copy link
Contributor

@kuisathaverat kuisathaverat commented May 17, 2021

This PR adds a precompiled version of the libpcap library for each architecture, it requires changes in Beats to use the new precompile libraries. Some architectures that share Docker images have to use a different folder for the library to avoid conflicts.

  • arm64 - /libpcap/libpcap-1.8.1
  • armel - /libpcap/libpcap-1.8.1
  • armhf - /libpcap/libpcap-1.8.1
  • base-arm - /libpcap/libpcap-1.8.1
  • i386 - /libpcap/libpcap-1.8.1-i386
  • win64 - /libpcap/win/WpdPack
  • amd64 - /libpcap/libpcap-1.8.1-amd64
  • mips64 - /libpcap/libpcap-1.8.1-mips64
  • mips64el - /libpcap/libpcap-1.8.1-mips64el
  • mips - /libpcap/libpcap-1.8.1-mips
  • mispel - /libpcap/libpcap-1.8.1-mipsel
  • ppc64 - /libpcap/libpcap-1.8.1-ppc64
  • ppc64el - /libpcap/libpcap-1.8.1-mmpc64el
  • s390x -- /libpcap/libpcap-1.8.1
git clone git@github.com:elastic/golang-crossbuild.git
cd golang-crossbuild/go1.16
make build

related to #63

@kuisathaverat kuisathaverat added enhancement New feature or request Team:Automation Label for the Observability productivity team labels May 17, 2021
@kuisathaverat kuisathaverat requested review from andrewkroh and a team May 17, 2021 20:52
@kuisathaverat kuisathaverat self-assigned this May 17, 2021
Copy link
Member

@andrewkroh andrewkroh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@elasticmachine
Copy link

elasticmachine commented May 17, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #91 updated

  • Start Time: 2021-05-18T15:22:46.399+0000

  • Duration: 26 min 3 sec

  • Commit: d214cac

Trends 🧪

Image of Build Times

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Team:Automation Label for the Observability productivity team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants