Skip to content

Commit

Permalink
Use Bzlmod and pin bazel-orfs
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski authored and oharboe committed Apr 11, 2024
1 parent a86d70a commit e62773a
Show file tree
Hide file tree
Showing 4 changed files with 2,327 additions and 19 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ megaboom.qpf
megaboom.qsf
megaboom.qws
tmp-clearbox/
MODULE.*
.vscode/
12 changes: 12 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module(
name = "megaboom",
version = "0.0.1",
compatibility_level = 1,
)

bazel_dep(name = "bazel-orfs")
git_override(
module_name = "bazel-orfs",
remote = "https://github.com/antmicro/bazel-orfs.git",
commit = "9c6a77edd9c6e431f578f28e01fa631765061fd2"
)
Loading

0 comments on commit e62773a

Please sign in to comment.