Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge branch tag-1.2.3.3 #245

Merged
merged 13 commits into from
Jun 24, 2024
6 changes: 3 additions & 3 deletions .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: prepare
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install curl zip unzip gnu-sed erlang@23
echo "$(brew --prefix)/opt/erlang@${{ matrix.otp }}/bin" >> $GITHUB_PATH
brew install curl zip unzip gnu-sed erlang@24
echo "$(brew --prefix)/opt/erlang@24/bin" >> $GITHUB_PATH
echo "$(brew --prefix)/opt/unzip/bin" >> $GITHUB_PATH
echo "$(brew --prefix)/bin" >> $GITHUB_PATH
- name: install rebar3
Expand All @@ -59,7 +59,7 @@ jobs:
- name: build
run: |
echo "${PATH}"
export PATH="/usr/local/opt/erlang@23/bin:$PATH"
export PATH="/usr/local/opt/erlang@24/bin:$PATH"
erl -noshell -eval 'io:format(erlang:system_info(otp_release)), halt(0).'
.github/workflows/script/build.sh
pkg=emqtt-macos-$(git describe --tags --always).zip
Expand Down
12 changes: 9 additions & 3 deletions src/emqtt.appup.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
%% -*-: erlang -*-
{"1.2.3.3",
[ {"1.2.3.2", [
{"1.2.3.4",
[ {"1.2.3.3", [
{load_module, emqtt, brutal_purge, soft_purge, []}
]},
{"1.2.3.2", [
{load_module, emqtt, brutal_purge, soft_purge, []}
]},
{"1.2.3.1", [
Expand All @@ -20,7 +23,10 @@
{load_module, emqtt_cli, brutal_purge, soft_purge, []}
]}
],
[{"1.2.3.2", [
[{"1.2.3.3", [
{load_module, emqtt, brutal_purge, soft_purge, []}
]},
{"1.2.3.2", [
{load_module, emqtt, brutal_purge, soft_purge, []}
]},
{"1.2.3.1", [
Expand Down
Loading
Loading