treewide: replace static mentions of repo name with dynamic ones
This does change the CONFIG_QEMU_FIRMWAREPATH to "/nonexistant", but
since we are using OVMF everywhere anyway this should behave the same.
Closes monogon-dev/monogon#343
Change-Id: I865e5ba5e62579c3ff1f31a25e46cbcb78dba688
Reviewed-on: https://review.monogon.dev/c/monogon/+/3450
Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
Tested-by: Jenkins CI
diff --git a/build/toolchain/musl-host-gcc/BUILD.bazel b/build/toolchain/musl-host-gcc/BUILD.bazel
index 94f2953..2d1524f 100644
--- a/build/toolchain/musl-host-gcc/BUILD.bazel
+++ b/build/toolchain/musl-host-gcc/BUILD.bazel
@@ -29,7 +29,7 @@
has_cpp = False,
host_includes = [],
is_glibc = False,
- sysroot = "external/_main~_repo_rules~musl_sysroot",
+ sysroot = package_relative_label("@musl_sysroot//:all").workspace_root,
)
filegroup(