There was an error while loading. Please reload this page.
1 parent 6e076c0 commit 2a48a95Copy full SHA for 2a48a95
build_scripts/linux/compile-package-linux.sh
@@ -56,11 +56,6 @@ generate_version_file()
56
$package_folder/bin/mysqld --version | awk -F'mysqld' '{print $2}' >> $distrib_folder/version.txt
57
}
58
59
-generate_distrib_pack
60
-$build_dir_arch
61
-$build_dir_arch/_CPack_Packages/Linux/TGZ/mysql-$MYSQL_TAG-linux-x86_64
62
-$distrib_dir
63
-
64
# Make a package containing everything: the mysql server files and tools, the libmysqlclient API and the sparrow API.
65
# This generic package will then be used to create the docker images of the dbsrv and poller runtime.
66
generate_distrib_pack() {
0 commit comments