From a41e8878edfb0b9e71d3c504111a956bfd6ddc14 Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Fri, 20 Sep 2024 15:43:55 +0100 Subject: [PATCH] fix(resolved): forward on `RunEnvironmentInfo` --- toolchain/resolved.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/resolved.bzl b/toolchain/resolved.bzl index 5a8ac53..6aa0042 100644 --- a/toolchain/resolved.bzl +++ b/toolchain/resolved.bzl @@ -59,6 +59,7 @@ def implementation(ctx): return [ toolchain, toolchain.variables, + RunEnvironmentInfo(toolchain.env), default, ] -- GitLab