1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-20 01:42:27 +03:00

escape char

This commit is contained in:
mariadb-RomanNavrotskiy
2020-06-17 13:34:12 +02:00
parent 6fd6a54aec
commit 671a323e9c

View File

@@ -116,7 +116,7 @@ local Pipeline(branch, platform, event) = {
"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 '/libjemalloc2\\,$$/a \\ \\ \\ \\ \\ \\ \\ \\ \\ python | python2 | python3,' debian/control",
platformMap(branch, platform),
],
},