You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
ERROR: /var/lib/buildkite-agent/builds/bk-docker-knlk/bazel-downstream-projects/codelabs/proto/logger/BUILD:31:1: in ts_proto_library rule //proto/logger:logger_ts_proto:
--
| Traceback (most recent call last):
| File "/var/lib/buildkite-agent/builds/bk-docker-knlk/bazel-downstream-projects/codelabs/proto/logger/BUILD", line 31
| ts_proto_library(name = 'logger_ts_proto')
| File "/var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/a3cacd8feec2143defdbcf39e90c9abd/external/npm_bazel_typescript/internal/protobufjs/ts_proto_library.bzl", line 74, in _ts_proto_library
| fail(("ts_proto_library dep %s must b...))
| ts_proto_library dep //proto/logger:logger_proto must be a proto_library rule
The breakage looks like this:
Which indicates that it uses a version of
ts_proto_library
which does not contain bazel-contrib/rules_nodejs#925 .The text was updated successfully, but these errors were encountered: