Skip to content
Snippets Groups Projects
Commit 93a02bbe authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Clean away columnstore sources during build and ignore all CS issues

parent 8e6f9994
No related branches found
No related tags found
No related merge requests found
Pipeline #195458 passed with warnings with stages
in 2 hours, 27 minutes, and 35 seconds
......@@ -59,7 +59,7 @@ override_dh_auto_clean:
@echo "RULES.$@"
dh_testdir
dh_testroot
rm -rf $(BUILDDIR) builddir-native extra/readline extra/wolfssl
rm -rf $(BUILDDIR) builddir-native extra/readline extra/wolfssl storage/columnstore
[ ! -f debian/mysql-test-unstable-tests.orig ] || \
mv debian/mysql-test-unstable-tests.orig mysql-test/unstable-tests
......
......@@ -48,3 +48,5 @@ source-contains-prebuilt-java-object storage/connect/mysql-test/connect/std_data
package-uses-old-debhelper-compat-version 10
# Intentional as libmariadbd-dev provides libmysqld-dev
version-substvar-for-external-package libmariadb-dev -> libmysqld-dev
# ColumnStore not used in Debian, safe to ignore. Reported upstream in https://jira.mariadb.org/browse/MDEV-24124
source-is-missing storage/columnstore/columnstore/utils/jemalloc/libjemalloc.so.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment