From 37564d27a6f4d1c8f958765559d2026c73ad4924 Mon Sep 17 00:00:00 2001 From: Siddhartha Bagaria Date: Tue, 12 Mar 2024 22:48:39 -0700 Subject: [PATCH] Revert "Warn when not generating toolchain (#289)" This reverts commit 87222dcd35be3a97e3bf4fe8e53a63bbe5d4df0c. --- toolchain/internal/configure.bzl | 2 -- 1 file changed, 2 deletions(-) diff --git a/toolchain/internal/configure.bzl b/toolchain/internal/configure.bzl index 05e5e3bb..991e2cdc 100644 --- a/toolchain/internal/configure.bzl +++ b/toolchain/internal/configure.bzl @@ -298,8 +298,6 @@ def _cc_toolchain_str( else: # We are trying to cross-compile without a sysroot, let's bail. # TODO: Are there situations where we can continue? - # trunk-ignore(buildifier/print): See #219. - print("Not generating cross-compiling toolchain for (%s, %s) because sysroot is not provided." % (target_os, target_arch)) return "" extra_files_str = "\":internal-use-files\""