chore(ci): skip ada compilation in amazon-linux-2 #1432
Annotations
3 errors
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([
|
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": [],
})
-
|
|
This job failed
Loading