Skip to content

DO NOT MERGE

DO NOT MERGE #1267

Triggered via pull request June 14, 2024 01:49
Status Failure
Total duration 14s
Artifacts

buildifier.yml

on: pull_request
Auto-format and Check
3s
Auto-format and Check
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Auto-format and Check: lua-resty-protobuf/BUILD#L1
Please run buildifier. diff --git a/lua-resty-protobuf/BUILD b/lua-resty-protobuf/BUILD index 7578986..3c65384 100644 --- a/lua-resty-protobuf/BUILD +++ b/lua-resty-protobuf/BUILD @@ -19,9 +19,6 @@ rust_shared_library( name = "resty_protobuf", srcs = [":all_srcs"], aliases = aliases(), - rustc_flags = [ - "--codegen=strip=symbols", - ], crate_features = [ "default", "ffi", @@ -29,6 +26,9 @@ rust_shared_library( proc_macro_deps = all_crate_deps( proc_macro = True, ), + rustc_flags = [ + "--codegen=strip=symbols", + ], visibility = ["//visibility:public"], deps = all_crate_deps( normal = True,
Auto-format and Check
Process completed with exit code 1.