From ee753c6e1394c7009fcd2f873900f13254074741 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Thu, 12 Dec 2024 10:41:10 +0100 Subject: [PATCH] Just: make `just install rust` work from internal repo --- impl.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl.just b/impl.just index 5831b20892b4..ceb363cc8337 100755 --- a/impl.just +++ b/impl.just @@ -6,7 +6,7 @@ set unstable set quiet _install LANGUAGE: - bazel run //{{ trim_end_match(LANGUAGE, '/') }}:install + cd {{ source_dir() }}; bazel run //{{ trim_end_match(LANGUAGE, '/') }}:install _build LANGUAGE: if [ -n "${SEMMLE_CODE:-}" ]; then \