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

Enable users to customize cmake and ninja versions with bzlmod #1157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 29, 2024

  1. Use a non-default version of cmake in an example

    This demonstrates that the way it is organized right now, `rules_foreign_cc`
    does not allow its users to opt for a non-default version of cmake.
    mrkkrp committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b0904bf View commit details
    Browse the repository at this point in the history
  2. Enable users to customize cmake and ninja versions with bzlmod

    Avoid hardcoding cmake and ninja versions in repository names that the
    bzlmod extension produces.
    mrkkrp committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e0f5959 View commit details
    Browse the repository at this point in the history