Skip to content

chore(ci): skip ada compilation in amazon-linux-2 #1432

chore(ci): skip ada compilation in amazon-linux-2

chore(ci): skip ada compilation in amazon-linux-2 #1432

Triggered via pull request September 6, 2024 16:05
Status Failure
Total duration 15s
Artifacts

buildifier.yml

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

Annotations

3 errors
Auto-format and Check: build/BUILD.bazel#L1
Please run buildifier. diff --git a/build/BUILD.bazel b/build/BUILD.bazel index aea6e2b..91b9966 100644 --- a/build/BUILD.bazel +++ b/build/BUILD.bazel @@ -1,6 +1,6 @@ load("@kong_bindings//:variables.bzl", "KONG_VAR") load("@bazel_skylib//lib:selects.bzl", "selects") -load("//build:build_system.bzl", "get_workspace_name", "kong_genrule", "kong_install", "kong_rules_group", "kong_template_file", "get_clib_deps") +load("//build:build_system.bzl", "get_clib_deps", "get_workspace_name", "kong_genrule", "kong_install", "kong_rules_group", "kong_template_file") load("@kong//build/openresty/wasmx/filters:variables.bzl", "WASM_FILTERS_TARGETS") exports_files([
Auto-format and Check: build/build_system.bzl#L1
Please run buildifier. diff --git a/build/build_system.bzl b/build/build_system.bzl index 4852627..cbe887d 100644 --- a/build/build_system.bzl +++ b/build/build_system.bzl @@ -365,4 +365,3 @@ def get_clib_deps(): "@kong//:ada_flag": ["@ada"], "//conditions:default": [], }) -
Auto-format and Check
Process completed with exit code 1.