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 dist builder for Armv8-M Mainline #56954

Merged
merged 4 commits into from
Jan 14, 2019
Merged

Commits on Jan 9, 2019

  1. Add dist builder for Armv8-M Mainline

    This commit adds the Armv8-M Mainline target in the list of targets that
    get their dist components built. It also update the build-manifest so
    that this target gets also its dist components uploaded.
    hug-dev committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    40388ef View commit details
    Browse the repository at this point in the history
  2. Replace Arm GCC to a more recent version

    The version included in Ubuntu 16.04 repositories in the dist-various-1
    docker, Arm GCC version 4.9, does not support the new Armv8-M
    architecture.
    This commit adds the team-gcc-arm-embedded PPA to get through APT a
    newer version of Arm GCC.
    hug-dev committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    f0d4158 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4af681c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Update Cargo.lock

    hug-dev committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    65ac315 View commit details
    Browse the repository at this point in the history