fix: remove bison from the required tools when building emqx

This commit is contained in:
Shawn 2022-05-21 14:17:12 +08:00
parent efd6461e15
commit 7bc2d9edbb
4 changed files with 4 additions and 4 deletions

View File

@ -242,7 +242,7 @@ of the rule, then the string "undefined" is used.
rule_engine_jq_function_default_timeout {
desc {
en: "Default timeout for the `jq` rule engine function"
zh: “规则引擎内建函数 `jq` 默认时间限制”
zh: "规则引擎内建函数 `jq` 默认时间限制"
}
label: {
en: "Rule engine jq function default timeout"

View File

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

View File

@ -41,7 +41,7 @@ quicer() ->
{quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.9"}}}.
jq() ->
{jq, {git, "https://github.com/emqx/jq", {tag, "v0.3.0"}}}.
{jq, {git, "https://github.com/emqx/jq", {tag, "v0.3.1"}}}.
deps(Config) ->
{deps, OldDeps} = lists:keyfind(deps, 1, Config),

View File

@ -4,7 +4,7 @@ set -euo pipefail
AUTO_INSTALL_BUILD_DEPS="${AUTO_INSTALL_BUILD_DEPS:-0}"
required_packages_mac_osx="freetds unixodbc bison"
required_packages_mac_osx="freetds unixodbc"
required_cmds_mac_osx="curl zip unzip autoconf automake cmake openssl"
dependency_missing() {