Merge pull request #8059 from zmstone/0527-4.4-build-on-otp-24
ci: For 4.4, release package on OTP 24 only
This commit is contained in:
commit
b0abe2d06e
|
@ -205,7 +205,6 @@ jobs:
|
||||||
- zip
|
- zip
|
||||||
- pkg
|
- pkg
|
||||||
otp:
|
otp:
|
||||||
- 23.3.4.9-3
|
|
||||||
- 24.1.5-3
|
- 24.1.5-3
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
|
@ -221,8 +220,6 @@ jobs:
|
||||||
- centos7
|
- centos7
|
||||||
- raspbian10
|
- raspbian10
|
||||||
exclude:
|
exclude:
|
||||||
- package: pkg
|
|
||||||
otp: 23.3.4.9-3
|
|
||||||
- os: raspbian9
|
- os: raspbian9
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- os: raspbian10
|
- os: raspbian10
|
||||||
|
@ -376,7 +373,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
profile: ${{fromJSON(needs.prepare.outputs.profiles)}}
|
profile: ${{fromJSON(needs.prepare.outputs.profiles)}}
|
||||||
otp:
|
otp:
|
||||||
- 23.3.4.9-3
|
|
||||||
- 24.1.5-3
|
- 24.1.5-3
|
||||||
include:
|
include:
|
||||||
- profile: emqx
|
- profile: emqx
|
||||||
|
|
|
@ -77,4 +77,4 @@ docker run -i --rm \
|
||||||
--workdir /emqx \
|
--workdir /emqx \
|
||||||
--platform="linux/$ARCH" \
|
--platform="linux/$ARCH" \
|
||||||
"$BUILDER" \
|
"$BUILDER" \
|
||||||
bash -euc "make ${PROFILE}-${PKGTYPE} && .ci/build_packages/tests.sh $PROFILE $PKGTYPE"
|
bash -euc "git config --global --add safe.directory /emqx && chown -R root:root ./_build && make ${PROFILE}-${PKGTYPE} && .ci/build_packages/tests.sh $PROFILE $PKGTYPE"
|
||||||
|
|
Loading…
Reference in New Issue