Merge pull request #9620 from keynslug/fix/otp-25-amzn2-build

fix(ci): bump to jq v0.3.9 with OTP-25 prebuilt binaries
This commit is contained in:
Andrew Mayorov 2022-12-29 11:44:48 +04:00 committed by GitHub
commit de48d5d83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -233,7 +233,7 @@ jobs:
elixir: 1.13.4
release_with: elixir
- profile: emqx
otp: 24.3.4.2-1 # TODO: 25.1.2-2
otp: 25.1.2-2
arch: amd64
os: amzn2
build_machine: ubuntu-20.04

View File

@ -640,7 +640,7 @@ defmodule EMQXUmbrella.MixProject do
defp jq_dep() do
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: []
end

View File

@ -42,7 +42,7 @@ quicer() ->
{quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.16"}}}.
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, OldDeps} = lists:keyfind(deps, 1, Config),