[all-commits] [llvm/llvm-project] 7b5d6c: [bazel] Remove terminfo dependency

Aaron Siddhartha Mondal via All-commits all-commits at lists.llvm.org
Mon May 22 10:00:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b5d6cd7fcac2b9e06338f2497fed9039360924a
      https://github.com/llvm/llvm-project/commit/7b5d6cd7fcac2b9e06338f2497fed9039360924a
  Author: Aaron Siddhartha Mondal <aaron at eomii.org>
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
    M utils/bazel/WORKSPACE
    M utils/bazel/configure.bzl
    R utils/bazel/deps_impl/BUILD.bazel
    R utils/bazel/deps_impl/terminfo_disable.BUILD
    R utils/bazel/deps_impl/terminfo_system.BUILD
    R utils/bazel/deps_impl/terminfo_test.c
    M utils/bazel/examples/http_archive/WORKSPACE
    M utils/bazel/examples/submodule/WORKSPACE
    M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
    R utils/bazel/terminfo.bzl

  Log Message:
  -----------
  [bazel] Remove terminfo dependency

The only enabling configuration of this is irreproducible. Since
terminfo doesn't provide essential functionality, remove it so that all
external dependencies now follow the same config_setting pattern.

This should be an NFC for most setups and all CI setups.

Reviewed By: phosek, MaskRay

Differential Revision: https://reviews.llvm.org/D151006




More information about the All-commits mailing list