Skip to content

Commit

Permalink
Clearly mark bazel code as stale.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 589900251
  • Loading branch information
rwgk committed Dec 11, 2023
1 parent 84e4197 commit 18699c5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
########################################################################
# STALE SNAPSHOT OF WORK IN PROGRESS - NEVER WAS IN WORKING CONDITION. #
########################################################################

# Bazel BUILD file for CLIF.
#
# This specific BUILD file is mostly needed so that other packages can find
Expand Down
4 changes: 4 additions & 0 deletions clif_build_rule.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
########################################################################
# STALE SNAPSHOT OF WORK IN PROGRESS - NEVER WAS IN WORKING CONDITION. #
########################################################################

"""Provide bazel rules for OSS CLIF."""

# Label for our OSS CLIF binary pyclif.
Expand Down
4 changes: 4 additions & 0 deletions clif_configure.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
########################################################################
# STALE SNAPSHOT OF WORK IN PROGRESS - NEVER WAS IN WORKING CONDITION. #
########################################################################

"""Configure CLIF dependencies as a 3rd-party consumer."""

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
Expand Down
4 changes: 4 additions & 0 deletions clif_deps.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
########################################################################
# STALE SNAPSHOT OF WORK IN PROGRESS - NEVER WAS IN WORKING CONDITION. #
########################################################################

"""Load dependencies needed to compile CLIF as a 3rd-party consumer."""

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
Expand Down

0 comments on commit 18699c5

Please sign in to comment.