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

Setup QEMU in build actions to check for build performance #288

Closed
wants to merge 2 commits into from

Conversation

zohar7ch
Copy link
Contributor

@zohar7ch zohar7ch commented Apr 3, 2025

Please see the contributing guidelines for how to create and submit a high-quality PR for this repo. This template is based on Auth0's excellent template.

Description

Describe the purpose of this PR along with any background information and the impacts of the proposed change. For the benefit of the community, please do not assume prior context.

Provide details that support your chosen implementation, including: breaking changes, alternatives considered, changes to the API, etc.

References

Include any links supporting this change such as a:

  • GitHub Issue/PR number addressed or fixed
  • StackOverflow post
  • Related pull requests/issues from other repos

If there are no references, simply delete this section.

Testing

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR and in github.com/otterize/docs

@zohar7ch zohar7ch changed the title Setup QEMO in build actions to check for build performance Setup QEMU in build actions to check for build performance Apr 3, 2025
@zohar7ch zohar7ch force-pushed the zohar7ch/test-using-qemo branch from 2d77cb9 to 22cf8b6 Compare April 3, 2025 10:32
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 golang:1.22.1-alpine AS buildenv
FROM golang:1.22.1-alpine AS buildenv
Copy link
Contributor

Choose a reason for hiding this comment

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

The build has to be native, the sniffer crashes if built with cross compilation

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Its ok, I was just testing to see whether this will improve the build time of the sniffer, and it didn't :(

@zohar7ch zohar7ch closed this Apr 10, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Apr 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants