Skip to content

Commit

Permalink
bazel_ot: try fix build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Dec 1, 2024
1 parent d3e890e commit e56374c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/bazel_ot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
runCommand,
bazelisk,
bazel_6,
bazel_7,
...
}:
# OpenTitan requires a specific version of Bazel.
Expand All @@ -19,5 +19,5 @@ runCommand "bazel" {} ''
cp -r ${bazelisk} $out
chmod -R +w $out
ln -s $out/bin/bazelisk $out/bin/bazel
cp -r ${bazel_6}/share $out/share
cp -r ${bazel_7}/share $out/share
''

0 comments on commit e56374c

Please sign in to comment.