fix(ci): bump to jq v0.3.9 with OTP-25 prebuilt binaries

This should heal OTP-25 package builds targeting amzn2.
This commit is contained in:
Andrew Mayorov 2022-12-27 18:38:12 +03:00
parent 29a0899ed2
commit 7df1e6cb36
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
2 changed files with 2 additions and 2 deletions

View File

@ -640,7 +640,7 @@ defmodule EMQXUmbrella.MixProject do
defp jq_dep() do defp jq_dep() do
if enable_jq?(), if enable_jq?(),
do: [{:jq, github: "emqx/jq", tag: "v0.3.8", override: true}], do: [{:jq, github: "emqx/jq", tag: "v0.3.9", override: true}],
else: [] else: []
end end

View File

@ -42,7 +42,7 @@ quicer() ->
{quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.16"}}}. {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.16"}}}.
jq() -> jq() ->
{jq, {git, "https://github.com/emqx/jq", {tag, "v0.3.8"}}}. {jq, {git, "https://github.com/emqx/jq", {tag, "v0.3.9"}}}.
deps(Config) -> deps(Config) ->
{deps, OldDeps} = lists:keyfind(deps, 1, Config), {deps, OldDeps} = lists:keyfind(deps, 1, Config),