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

Makefile: update cross targets #3508

Merged
merged 2 commits into from Sep 10, 2021
Merged

Commits on Sep 9, 2021

  1. Makefile: update cross targets

    Update the "cross" makefile target to just try building on every Linux,
    Darwin, or Windows architecture that the current version of Go supports.
    
    That way, the next time we upgrade Go to a version that supports more
    architectures, we won't have to remember to update the list of
    cross-compile targets that we try to build in CI to catch
    cross-compilation problems.
    
    Marking this as not needing new tests because it directly modifies one
    of our CI tests.
    [NO NEW TESTS NEEDED]
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    nalind committed Sep 9, 2021
    Copy the full SHA
    80d7cb8 View commit details
    Browse the repository at this point in the history
  2. .cirrus.yml: run cross_build_task on Big Sur

    Update which version of Mac OS X we use for running the cross-compile
    check in CI from Catalina (10.15) to Big Sur (11).
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    nalind committed Sep 9, 2021
    Copy the full SHA
    9560ff5 View commit details
    Browse the repository at this point in the history