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

feat: add runtime_env toolchain suite to replace "autodetecting" toolchain #2018

Merged
merged 13 commits into from
Jun 28, 2024

Commits on Jun 27, 2024

  1. feat: add runtime_env toolchain suite to replace "autodetecting" tool…

    …chain
    
    This adds a more comprehensive replacement for the "autodetecting"
    toolchain. Specifically, it defines all our toolchain types so that
    they take precedence when specified. This prevents the hemertic
    toolchains (registered by default) from accidentally being used when
    undesired.
    
    To keep the behaviour backwards compatible, an alias is added for the
    autodetecting toolchain with a deprecation notice.
    
    Co-Authored-by: Richard Levasseur <richardlev@gmail.com>
    aignas and rickeylev committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7a84eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bddf1c0 View commit details
    Browse the repository at this point in the history
  3. fixup! feat: add runtime_env toolchain suite to replace "autodetectin…

    …g" toolchain
    
    finish doc
    rickeylev committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5e1194b View commit details
    Browse the repository at this point in the history
  4. fixup

    finish rename
    add missing deps
    fx tests
    rickeylev committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    55ec794 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    590b01c View commit details
    Browse the repository at this point in the history
  6. fixup: buildifier

    rickeylev committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    df3a449 View commit details
    Browse the repository at this point in the history
  7. fix autodetecting alias

    rickeylev committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7b14c04 View commit details
    Browse the repository at this point in the history
  8. fix nonstrict alias

    rickeylev committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4ada95e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    686a009 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    00af994 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    9e73e87 View commit details
    Browse the repository at this point in the history
  2. fix buildifier

    rickeylev committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5fdd45c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14d7dd3 View commit details
    Browse the repository at this point in the history