Skip to content

fix(ci): use PUC-Rio Lua to invoke luarocks #1618

fix(ci): use PUC-Rio Lua to invoke luarocks

fix(ci): use PUC-Rio Lua to invoke luarocks #1618

Triggered via pull request June 3, 2025 07:31
Status Failure
Total duration 13s
Artifacts
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
Auto-format and Check
Fit to window
Zoom out
Zoom in

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"],