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 minimal examples of toolchains in WORKSPACEs #170

Merged
merged 20 commits into from
Jan 5, 2022
Merged

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    50746eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be40e54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cad291 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    602d621 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7cf471 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ef86f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ff4995 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9dc1e76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9b3da9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b58d0c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    8a01b02 View commit details
    Browse the repository at this point in the history
  2. Add missing rc

    itsadrake committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    be28bad View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    5bd0b5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    930bd61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ba43f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c813fa2 View commit details
    Browse the repository at this point in the history
  5. Format with buildifier

    itsadrake committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    7aba483 View commit details
    Browse the repository at this point in the history
  6. Fix example CI script

    itsadrake committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0057471 View commit details
    Browse the repository at this point in the history
  7. Add stub_shebang to python toolchain py_runtime

    For py_binary rules, bazel creates a stub python script that launches in the system python by default, the stub_shebang allows changing which python is executed.
    This should create a more hermetic environment for running python binaries, and fixes bazel version 5 on systems without python3 installed.
    
    https://docs.bazel.build/versions/main/be/python.html#py_runtime_args
    bazelbuild/bazel#14159
    JasperDeSutter authored and itsadrake committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    1b55ed1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20576aa View commit details
    Browse the repository at this point in the history