Skip to content

Commit f2a6503

Browse files
committed
Just: use bazel directly for dist building
1 parent 7e7afba commit f2a6503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/just/lib.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _build_dist LANGUAGE: _require_semmle_code (_maybe_build_dist LANGUAGE)
2929

3030
[no-exit-message]
3131
_maybe_build_dist LANGUAGE:
32-
{{ cmd_sep }}{{ if SEMMLE_CODE == "" { '# using codeql from PATH, if any' } else { 'cd "$SEMMLE_CODE"; ./build target/intree/codeql-' + LANGUAGE } }}{{ cmd_sep }}
32+
{{ cmd_sep }}{{ if SEMMLE_CODE == "" { '# using codeql from PATH, if any' } else { 'cd "$SEMMLE_CODE"; tools/bazel run //language-packs:intree-' + LANGUAGE } }}{{ cmd_sep }}
3333

3434

3535
default_db_checks := """\

0 commit comments

Comments
 (0)