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

Legacy Nix environment + updated auto demo docs #56

Merged
merged 2 commits into from
Nov 11, 2024

Commits on Oct 17, 2024

  1. Replace Nix env-with-everything with build-legacy-software

    Removes the `env-with-everything` environment, as there isn't much
    practical reason to have an environment where you build the simulator
    and also have the legacy toolchain, exclusive to Linux.
    
    Instead, it makes more sense to retain the existing simulator
    environment, and add a separate environment `build-legacy-software` that
    can be used to get the legacy toolchain on Linux systems. This means
    that entering this environment for building legacy software is much
    quicker, and the same functionality can be retained by overlaying the
    two environments (entering the sim environment, then the legacy one).
    AlexJones0 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    245652a View commit details
    Browse the repository at this point in the history
  2. Update auto demo docs to mention environment

    Explicitly state the legacy toolchain environment required to build the
    automotive demo's legacy component, and add example commands that show
    entering and exiting that environment to build the component. Also point
    out that this is only available on Linux systems.
    AlexJones0 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ab1d072 View commit details
    Browse the repository at this point in the history