Skip to content

Commit

Permalink
Add support for bzlmod
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Feb 4, 2024
1 parent a4b413c commit dc4523f
Show file tree
Hide file tree
Showing 5 changed files with 702 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

module(
name = "lowrisc_bazel_release",
version = "0.1.0",
)

tools = use_extension("//:extensions.bzl", "tools")
use_repo(tools, "com_github_gh")
Loading

0 comments on commit dc4523f

Please sign in to comment.