You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-18 13:54:11 +03:00
Merge pull request #1288 from mariadb-corporation/cpack-python-requires
cpack requires adhoc
This commit is contained in:
@@ -118,6 +118,10 @@ local Pipeline(branch, platform, event) = {
|
||||
"sed -i -e 's/\"galera-enterprise-4\"//' cmake/cpack_rpm.cmake",
|
||||
"sed -i '/columnstore/Id' debian/autobake-deb.sh",
|
||||
"sed -i 's/.*flex.*/echo/' debian/autobake-deb.sh",
|
||||
"sed -i 's/.*REQUIRES.*/ SET(CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES \"$${CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES}, MariaDB-server >= 10.5.4, python2 or python3\" PARENT_SCOPE)/' storage/columnstore/CMakeLists.txt",
|
||||
"sed -i '/libjemalloc2,/a python | python2 | python3,' debian/control",
|
||||
"sed -i 's/^python/ python/' debian/control",
|
||||
'cat debian/control',
|
||||
platformMap(branch, platform),
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user