|
|
|
|
@ -187,7 +187,7 @@ clean:
|
|
|
|
|
packages: amd64-packages arm64-packages
|
|
|
|
|
.PHONY: packages
|
|
|
|
|
|
|
|
|
|
amd64-packages: centos6 centos6-dbg centos6.7 centos6.7-dbg centos7 centos7-dbg centos8 centos8-dbg ubuntu14 ubuntu14-dbg ubuntu16 ubuntu16-dbg ubuntu18 ubuntu18-dbg ubuntu20 ubuntu20-dbg debian8 debian8-dbg debian9 debian9-dbg debian10 debian10-dbg debian11 debian11-dbg fedora24 fedora24-dbg fedora27 fedora27-dbg fedora28 fedora28-dbg fedora33 fedora33-dbg fedora34 fedora34-dbg
|
|
|
|
|
amd64-packages: centos6 centos6-dbg centos6.7 centos6.7-dbg centos7 centos7-dbg centos8 centos8-clang centos8-dbg ubuntu14 ubuntu14-dbg ubuntu16 ubuntu16-dbg ubuntu18 ubuntu18-dbg ubuntu20 ubuntu20-clang ubuntu20-dbg debian8 debian8-dbg debian9 debian9-dbg debian10 debian10-dbg debian11 debian11-clang debian11-dbg fedora24 fedora24-dbg fedora27 fedora27-dbg fedora28 fedora28-dbg fedora33 fedora33-dbg fedora34 fedora34-clang fedora34-dbg
|
|
|
|
|
.PHONY: amd64-packages
|
|
|
|
|
|
|
|
|
|
arm64-packages: centos7-arm64 centos8-arm64 debian9-arm64 debian10-arm64 debian11-arm64 ubuntu18-arm64 ubuntu20-arm64 fedora32-arm64 fedora33-arm64
|
|
|
|
|
@ -228,6 +228,9 @@ centos7-dbg: binaries/proxysql-${CURVER}-1-dbg-centos7.x86_64.rpm
|
|
|
|
|
centos8: binaries/proxysql-${CURVER}-1-centos8.x86_64.rpm
|
|
|
|
|
.PHONY: centos8
|
|
|
|
|
|
|
|
|
|
centos8-clang: binaries/proxysql-${CURVER}-1-centos8-clang.x86_64.rpm
|
|
|
|
|
.PHONY: centos8-clang
|
|
|
|
|
|
|
|
|
|
centos8-arm64: binaries/proxysql-${CURVER}-1-centos8.aarch64.rpm
|
|
|
|
|
.PHONY: centos8-arm64
|
|
|
|
|
|
|
|
|
|
@ -273,6 +276,9 @@ fedora33-dbg: binaries/proxysql-${CURVER}-1-dbg-fedora33.x86_64.rpm
|
|
|
|
|
fedora34: binaries/proxysql-${CURVER}-1-fedora34.x86_64.rpm
|
|
|
|
|
.PHONY: fedora34
|
|
|
|
|
|
|
|
|
|
fedora34-clang: binaries/proxysql-${CURVER}-1-fedora34-clang.x86_64.rpm
|
|
|
|
|
.PHONY: fedora34-clang
|
|
|
|
|
|
|
|
|
|
fedora34-dbg: binaries/proxysql-${CURVER}-1-dbg-fedora34.x86_64.rpm
|
|
|
|
|
.PHONY: fedora34-dbg
|
|
|
|
|
|
|
|
|
|
@ -304,6 +310,9 @@ ubuntu18-dbg: binaries/proxysql_${CURVER}-dbg-ubuntu18_amd64.deb
|
|
|
|
|
ubuntu20: binaries/proxysql_${CURVER}-ubuntu20_amd64.deb
|
|
|
|
|
.PHONY: ubuntu20
|
|
|
|
|
|
|
|
|
|
ubuntu20-clang: binaries/proxysql_${CURVER}-ubuntu20-clang_amd64.deb
|
|
|
|
|
.PHONY: ubuntu20-clang
|
|
|
|
|
|
|
|
|
|
ubuntu20-arm64: binaries/proxysql_${CURVER}-ubuntu20_aarch64.deb
|
|
|
|
|
.PHONY: ubuntu20-arm64
|
|
|
|
|
|
|
|
|
|
@ -355,6 +364,9 @@ debian10-dbg: binaries/proxysql_${CURVER}-dbg-debian10_amd64.deb
|
|
|
|
|
debian11: binaries/proxysql_${CURVER}-debian11_amd64.deb
|
|
|
|
|
.PHONY: debian11
|
|
|
|
|
|
|
|
|
|
debian11-clang: binaries/proxysql_${CURVER}-debian11-clang_amd64.deb
|
|
|
|
|
.PHONY: debian11-clang
|
|
|
|
|
|
|
|
|
|
debian11-arm64: binaries/proxysql_${CURVER}-debian11_aarch64.deb
|
|
|
|
|
.PHONY: debian11-arm64
|
|
|
|
|
|
|
|
|
|
@ -407,6 +419,10 @@ binaries/proxysql-${CURVER}-1-centos8.x86_64.rpm:
|
|
|
|
|
docker-compose up centos8_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
|
|
|
|
|
binaries/proxysql-${CURVER}-1-centos8-clang.x86_64.rpm:
|
|
|
|
|
docker-compose up centos8_clang_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
|
|
|
|
|
binaries/proxysql-${CURVER}-1-centos8.aarch64.rpm:
|
|
|
|
|
docker-compose up centos8_arm64_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
@ -466,6 +482,10 @@ binaries/proxysql-${CURVER}-1-fedora34.x86_64.rpm:
|
|
|
|
|
docker-compose up fedora34_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
|
|
|
|
|
binaries/proxysql-${CURVER}-1-fedora34-clang.x86_64.rpm:
|
|
|
|
|
docker-compose up fedora34_clang_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
|
|
|
|
|
binaries/proxysql-${CURVER}-1-dbg-fedora34.x86_64.rpm:
|
|
|
|
|
docker-compose up fedora34_dbg_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
@ -516,6 +536,10 @@ binaries/proxysql_${CURVER}-ubuntu20_amd64.deb:
|
|
|
|
|
docker-compose up ubuntu20_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
|
|
|
|
|
binaries/proxysql_${CURVER}-ubuntu20-clang_amd64.deb:
|
|
|
|
|
docker-compose up ubuntu20_clang_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
|
|
|
|
|
binaries/proxysql_${CURVER}-ubuntu20_aarch64.deb:
|
|
|
|
|
docker-compose up ubuntu20_arm64_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
@ -578,6 +602,10 @@ binaries/proxysql_${CURVER}-debian11_amd64.deb:
|
|
|
|
|
docker-compose up debian11_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
|
|
|
|
|
binaries/proxysql_${CURVER}-debian11-clang_amd64.deb:
|
|
|
|
|
docker-compose up debian11_clang_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
|
|
|
|
|
binaries/proxysql_${CURVER}-debian11_aarch64.deb:
|
|
|
|
|
docker-compose up debian11_arm64_build
|
|
|
|
|
docker-compose rm -f
|
|
|
|
|
|