mirror of
https://github.com/The-OpenROAD-Project/abc.git
synced 2026-03-12 11:26:17 +08:00
apply buildifier
Some checks failed
Build Posix Bazel / build-posix-bazel (push) Has been cancelled
Build Posix CMake / build-posix-cmake (macos-latest, false) (push) Has been cancelled
Build Posix CMake / build-posix-cmake (macos-latest, true) (push) Has been cancelled
Build Posix CMake / build-posix-cmake (ubuntu-latest, false) (push) Has been cancelled
Build Posix CMake / build-posix-cmake (ubuntu-latest, true) (push) Has been cancelled
Build Posix / build-posix (macos-latest, false) (push) Has been cancelled
Build Posix / build-posix (macos-latest, true) (push) Has been cancelled
Build Posix / build-posix (ubuntu-latest, false) (push) Has been cancelled
Build Posix / build-posix (ubuntu-latest, true) (push) Has been cancelled
Build Windows / build-windows (push) Has been cancelled
Some checks failed
Build Posix Bazel / build-posix-bazel (push) Has been cancelled
Build Posix CMake / build-posix-cmake (macos-latest, false) (push) Has been cancelled
Build Posix CMake / build-posix-cmake (macos-latest, true) (push) Has been cancelled
Build Posix CMake / build-posix-cmake (ubuntu-latest, false) (push) Has been cancelled
Build Posix CMake / build-posix-cmake (ubuntu-latest, true) (push) Has been cancelled
Build Posix / build-posix (macos-latest, false) (push) Has been cancelled
Build Posix / build-posix (macos-latest, true) (push) Has been cancelled
Build Posix / build-posix (ubuntu-latest, false) (push) Has been cancelled
Build Posix / build-posix (ubuntu-latest, true) (push) Has been cancelled
Build Windows / build-windows (push) Has been cancelled
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
4
BUILD
4
BUILD
@@ -1454,8 +1454,8 @@ cc_library(
|
|||||||
],
|
],
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
"@readline//:readline",
|
"@readline",
|
||||||
"@zlib//:zlib",
|
"@zlib",
|
||||||
# FIXME: This needs bz2lib?
|
# FIXME: This needs bz2lib?
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ register_toolchains(
|
|||||||
)
|
)
|
||||||
|
|
||||||
bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
|
bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
|
||||||
bazel_dep(name = "readline", version = "8.3")
|
bazel_dep(name = "readline", version = "8.3")
|
||||||
|
|||||||
@@ -21,4 +21,3 @@ http_archive(
|
|||||||
load("@rules_hdl//dependency_support/net_invisible_island_ncurses:net_invisible_island_ncurses.bzl", "net_invisible_island_ncurses")
|
load("@rules_hdl//dependency_support/net_invisible_island_ncurses:net_invisible_island_ncurses.bzl", "net_invisible_island_ncurses")
|
||||||
|
|
||||||
net_invisible_island_ncurses()
|
net_invisible_island_ncurses()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user