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

Add support for specifying a variant's supported architectures #1431

Merged
merged 2 commits into from
Apr 2, 2021

Commits on Apr 1, 2021

  1. buildsys: Add ability for variants to specify supported architectures

    This change adds an additional key that can be specified in a variant's
    `Cargo.toml`, `supported-arches`.  It is a list and the supported enum
    values are `x86_64` and `aarch64`.  If `supported-arches` is specified,
    the current `BUILDSYS_ARCH` is checked against the list.  If
    `supported-arches` is not specified, the build continues as before.
    zmrow committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    2122f09 View commit details
    Browse the repository at this point in the history
  2. vmware-dev: Support x86_64 only

    This change adds the `supported-arch` key to `vmware-dev`'s `Cargo.toml`
    and ensure's the variant will only be built for `x86_64`.
    zmrow committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    0b70807 View commit details
    Browse the repository at this point in the history