Skip to content

chore(build): bump Bazel from 6.x to 7.x and rules_foreign_cc from 0.9.0 to 0.12.0 #1403

chore(build): bump Bazel from 6.x to 7.x and rules_foreign_cc from 0.9.0 to 0.12.0

chore(build): bump Bazel from 6.x to 7.x and rules_foreign_cc from 0.9.0 to 0.12.0 #1403

Triggered via pull request September 2, 2024 08:45
Status Failure
Total duration 13s
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: WORKSPACE#L1
Please run buildifier. diff --git a/WORKSPACE b/WORKSPACE index 3677240..bd4fa02 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,8 +1,8 @@ workspace(name = "kong") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") - load("//build:kong_bindings.bzl", "load_bindings") + load_bindings(name = "kong_bindings") http_archive( @@ -13,6 +13,7 @@ http_archive( ) load("@bazel_features//:deps.bzl", "bazel_features_deps") + bazel_features_deps() http_archive(
Auto-format and Check
Process completed with exit code 1.