Skip to content

Commit

Permalink
MDEV-16213: Exclude more engines from autobake-deb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnok authored and cvicentiu committed Jun 29, 2018
1 parent 5cdc70b commit 1d5220a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/autobake-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ then
sed 's|DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test|DINSTALL_MYSQLTESTDIR=false|' -i debian/rules

# Also skip building RocksDB and TokuDB to save even more time and disk space
sed 's|-DDEB|-DWITHOUT_TOKUDB_STORAGE_ENGINE=true -DWITHOUT_MROONGA_STORAGE_ENGINE=true -DWITHOUT_ROCKSDB_STORAGE_ENGINE=true -DDEB|' -i debian/rules
sed 's|-DDEB|-DWITHOUT_TOKUDB_STORAGE_ENGINE=true -DWITHOUT_MROONGA_STORAGE_ENGINE=true -DWITHOUT_ROCKSDB_STORAGE_ENGINE=true -DWITHOUT_SPIDER_STORAGE_ENGINE=true -DWITHOUT_OQGRAPH_STORAGE_ENGINE=true -DWITHOUT_PERFSCHEMA_STORAGE_ENGINE=true -DWITHOUT_SPHINX_STORAGE_ENGINE=true -DDEB|' -i debian/rules
fi


Expand Down

0 comments on commit 1d5220a

Please sign in to comment.