1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00

add rpmbuild

This commit is contained in:
Leonid Fedorov
2024-08-09 06:48:01 +04:00
parent 36dd1c10e6
commit 04b20050d3
2 changed files with 2 additions and 3 deletions

View File

@@ -90,8 +90,7 @@ local Pipeline(branch, platform, event, arch='amd64', server='10.6-enterprise')
'wget https://raw.githubusercontent.com/mariadb-corporation/mariadb-columnstore-engine/fdb_build/tests/scripts/fdb_build.sh', 'wget https://raw.githubusercontent.com/mariadb-corporation/mariadb-columnstore-engine/fdb_build/tests/scripts/fdb_build.sh',
'bash fdb_build.sh', 'bash fdb_build.sh',
'mkdir -p /drone/src/' + result, 'mkdir -p /drone/src/' + result,
if (pkg_format == 'rpm') then 'cp /fdb_build/packages/*.rpm /drone/src/' + result else 'cp /fdb_build/packages/*.rpm /drone/src/' + result, if (pkg_format == 'rpm') then 'cp /fdb_build/packages/*.rpm /drone/src/' + result else 'cp /fdb_build/packages/*.deb /drone/src/' + result,
], ],
}, },
] + ] +

View File

@@ -89,7 +89,7 @@ elif [[ ${ID} == "rocky" ]]; then
curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo
fi fi
dnf install -y -q --allowerasing automake cmake curl dnf gcc git jemalloc-devel jq mono-devel patch perl python3-devel unzip dnf install -y -q --allowerasing automake cmake curl dnf gcc git jemalloc-devel jq mono-devel patch perl python3-devel rpm-build unzip
make_openssl make_openssl
OPENSSL_FLAGS=' -DOPENSSL_ROOT_DIR=/usr/local/openssl/ ' OPENSSL_FLAGS=' -DOPENSSL_ROOT_DIR=/usr/local/openssl/ '