Skip to content

Commit

Permalink
[bazel] Move open-dice patches to subdirectory
Browse files Browse the repository at this point in the history
This matches the convention used by other third party directories.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Dec 19, 2024
1 parent df3413f commit a8fe37f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion third_party/open-dice/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def _open_dice_repos():
urls = ["https://github.com/google/open-dice/archive/cf3f4cc7a3506a33ee3a437544ef6f40056b3563.zip"],
sha256 = "d7ce830111451afe2a255cac3b750f82e50efe2aaf6bac0b076881c964cfe78d",
patches = [
Label("//third_party/open-dice:Add-a-local-strlen-implementation.patch"),
Label("//third_party/open-dice/patches:Add-a-local-strlen-implementation.patch"),
],
patch_args = ["-p1"],
)
3 changes: 3 additions & 0 deletions third_party/open-dice/patches/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright lowRISC contributors (OpenTitan project).
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

0 comments on commit a8fe37f

Please sign in to comment.