We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
$ kong version
3.4.2
When trying to build kong locally using bazel build //build:kong --verbose_failures --config release, the build fails with the following error
bazel build //build:kong --verbose_failures --config release
Error: Could not satisfy dependency lua-messagepack 0.5.2: No results matching query were found for Lua 5.1.
No response
git checkout 3.4.2 bazel build //build:kong --verbose_failures --config release
The project's build job is also failing with the same error: https://github.com/Kong/kong/actions/runs/12667833565/job/35301973456#step:7:299
The text was updated successfully, but these errors were encountered:
PR has been prepared for this. thanks. #14061
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Kong version (
$ kong version
)3.4.2
Current Behavior
When trying to build kong locally using
bazel build //build:kong --verbose_failures --config release
, the build fails with the following errorExpected Behavior
No response
Steps To Reproduce
git checkout 3.4.2
bazel build //build:kong --verbose_failures --config release
Anything else?
The project's build job is also failing with the same error: https://github.com/Kong/kong/actions/runs/12667833565/job/35301973456#step:7:299
The text was updated successfully, but these errors were encountered: