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

[bazel] define http_archive_or_local macro and use it #38

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

timothytrippel
Copy link
Collaborator

This updates all http_archive rules to use a new macro, http_archive_or_local, which enables using a local version of the dependency instead of a remote HTTP archive. This is useful when debugging issues with dependencies.

This updates all `http_archive` rules to use a new macro,
`http_archive_or_local`, which enables using a local version of the
dependency instead of a remote HTTP archive. This is useful when
debugging issues with dependencies.

Signed-off-by: Tim Trippel <[email protected]>
@timothytrippel timothytrippel merged commit d541f6c into lowRISC:main Oct 15, 2024
4 checks passed
@timothytrippel timothytrippel deleted the add-http-or-local branch October 15, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants