Skip to content

Commit 2a48a95

Browse files
author
Brendan Plougonven
committed
AB#454903 Upgrade from MySQL 8.0 to 8.4. Change package names to use MySQL version instead of build tag. Fixed typo.
1 parent 6e076c0 commit 2a48a95

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build_scripts/linux/compile-package-linux.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ generate_version_file()
5656
$package_folder/bin/mysqld --version | awk -F'mysqld' '{print $2}' >> $distrib_folder/version.txt
5757
}
5858

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-
6459
# Make a package containing everything: the mysql server files and tools, the libmysqlclient API and the sparrow API.
6560
# This generic package will then be used to create the docker images of the dbsrv and poller runtime.
6661
generate_distrib_pack() {

0 commit comments

Comments
 (0)