| commit | 551a7373e295b30eb7453d51d71b21a5f8bac108 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Wed Mar 12 19:13:26 2025 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Thu Mar 13 14:38:51 2025 +0000 |
| tree | 4039f95ddebafeeadb2547484cdf09df4b5f7668 | |
| parent | a0684409400aa22f39b44a125dc07729e98c4908 [diff] [blame] |
treewide: remove rlocationpath workaround It is apparently no longer necessary to hardcode these paths. Closes: https://github.com/monogon-dev/monogon/issues/316 Change-Id: Ic7ff23266bfab3c4d32e54dfcbabf104c5f524c4 Reviewed-on: https://review.monogon.dev/c/monogon/+/4010 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
diff --git a/cloud/agent/takeover/e2e/BUILD.bazel b/cloud/agent/takeover/e2e/BUILD.bazel index 0333753..bfa7baa 100644 --- a/cloud/agent/takeover/e2e/BUILD.bazel +++ b/cloud/agent/takeover/e2e/BUILD.bazel
@@ -14,8 +14,7 @@ "xCloudImagePath": "$(rlocationpath @debian_11_cloudimage//file )", "xOvmfVarsPath": "$(rlocationpath //third_party/edk2:OVMF_VARS.fd )", "xOvmfCodePath": "$(rlocationpath //third_party/edk2:OVMF_CODE.fd )", - # TODO(tim): Hardcoded because of https://github.com/monogon-dev/monogon/issues/316 - "xTakeoverPath": "_main/cloud/agent/takeover/takeover_bin_/takeover_bin", + "xTakeoverPath": "$(rlocationpath //cloud/agent/takeover )", }, deps = [ "//cloud/agent/api",