fix(ci): use PUC-Rio Lua to invoke luarocks #1618
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
buildifier.yml
on: pull_request
Auto-format and Check
7s
Annotations
2 errors
|
Auto-format and Check
Process completed with exit code 1.
|
|
Auto-format and Check:
build/luarocks/lua/BUILD.lua.bazel#L0
Please run buildifier.
diff --git a/build/luarocks/lua/BUILD.lua.bazel b/build/luarocks/lua/BUILD.lua.bazel
index 7723813..157b1d1 100644
--- a/build/luarocks/lua/BUILD.lua.bazel
+++ b/build/luarocks/lua/BUILD.lua.bazel
@@ -23,7 +23,7 @@ make(
"lua",
],
targets = [
- "posix -j" + KONG_VAR["NPROC"], # use posix instead linux to be able to cross compile
+ "posix -j" + KONG_VAR["NPROC"], # use posix instead linux to be able to cross compile
"install INSTALL_TOP=$$INSTALLDIR",
],
visibility = ["//visibility:public"],
|