mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-09 19:50:59 -05:00
bazel: use patched RPATH in bootstrapper and disk-mapper binaries
This commit is contained in:
parent
e0739a67f9
commit
ee3ff9ac01
4 changed files with 27 additions and 9 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue