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

Rework build to avoid emulation #82

Merged
merged 2 commits into from
Aug 10, 2024
Merged

Rework build to avoid emulation #82

merged 2 commits into from
Aug 10, 2024

Commits on Aug 9, 2024

  1. Rework build to avoid emulation

    I'm sick of issues related to emulation, the most recent one being that
    stuff times out for some reason (and it's not necessarily that the build
    is slow).
    
    It would be much easier to build natively, but since that doesn't seem
    to be an option yet, change things so that binaries are cross-compiled.
    
    Signed-off-by: Marcelo E. Magallon <[email protected]>
    grafanarenovatebot[bot] authored and mem committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7c5a933 View commit details
    Browse the repository at this point in the history
  2. Test if limiting build parallelism is still necesary

    Signed-off-by: Marcelo E. Magallon <[email protected]>
    mem committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b2ab566 View commit details
    Browse the repository at this point in the history