Skip to content

Commit

Permalink
Fix Bazel bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Dec 15, 2024
1 parent 1845ebc commit d54bd93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mise/tasks/scripts/gen_bazel_rules.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ def generate_bazel_rule(path, rule, name, attrs)
EOS

puts
exec("bazel", "run", "//bazel/internal:buildifier.fix")
exec("bazel", "run", "//bazel/dev:buildifier.fix")
2 changes: 1 addition & 1 deletion 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 bazel/internal/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if test "${BUILD_WORKING_DIRECTORY+x}"; then
cd $BUILD_WORKING_DIRECTORY
fi

$LAUNCH_WORKING_DIRECTORY/Sources/Frontend "${@:1}"
$LAUNCH_WORKING_DIRECTORY/Sources/Frontend_opt "${@:1}"

0 comments on commit d54bd93

Please sign in to comment.