bazel: use patched RPATH in bootstrapper and disk-mapper binaries

This commit is contained in:
Malte Poll 2023-11-23 17:47:58 +01:00
parent e0739a67f9
commit ee3ff9ac01
4 changed files with 27 additions and 9 deletions

View file

@ -18,7 +18,7 @@ runs:
run: |
echo "::group::Build the bootstrapper"
mkdir -p "$(dirname "${OUTPUT_PATH}")"
label=//bootstrapper/cmd/bootstrapper:bootstrapper_linux_amd64
label=//bootstrapper/cmd/bootstrapper:bootstrapper_patched
bazel build "${label}"
repository_root=$(git rev-parse --show-toplevel)
out_rel=$(bazel cquery --output=files "${label}")