commit | bc93c2b50690e66712d80e4da5837554588ca065 | [log] [tgz] |
---|---|---|
author | Leopold <leo@monogon.tech> | Sat Jan 14 13:12:23 2023 +0100 |
committer | Leopold Schabel <leo@monogon.tech> | Thu Jan 19 19:07:21 2023 +0000 |
tree | 68842095e93b11649cdc23da3bb4a6ef24f9dc8a | |
parent | e1ebf729194f3673ea0638f0aceb90cb70de23aa [diff] [blame] |
*: migrate to CC toolchains and Bazel 5.4.0 Change-Id: Iff3c0ddda4413dd0c5fa657a5b7813223e98611e Reviewed-on: https://review.monogon.dev/c/monogon/+/1079 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
diff --git a/build/toolbase/gotoolchain/def.bzl b/build/toolbase/gotoolchain/def.bzl index 5c421e6..2ff5fe0 100644 --- a/build/toolbase/gotoolchain/def.bzl +++ b/build/toolbase/gotoolchain/def.bzl
@@ -17,7 +17,7 @@ template = ctx.file._template, output = out, substitutions = { - "GOROOT": go.root, + "GOROOT": go.sdk.root_file.dirname, "GOTOOL": go.go.path, }, )