From 17df441ac5308a895defc402a278f10698e89348 Mon Sep 17 00:00:00 2001 From: Reshetnikov Alexandr Date: Wed, 26 Jun 2024 22:30:21 +0400 Subject: [PATCH] remove *.pdb --- mysql/build_msvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/build_msvc.sh b/mysql/build_msvc.sh index a1cc57dcd..ea55699c9 100755 --- a/mysql/build_msvc.sh +++ b/mysql/build_msvc.sh @@ -45,7 +45,7 @@ cp -rf "./runtime_output_directory/Release/." "$release_version_dirpath/" cd "$release_version_dirpath" -find . -mindepth 1 -maxdepth 1 -name '*test*' -exec rm -f "{}" \; +find . -mindepth 1 -maxdepth 1 \( -name '*test*' -or -name '*.pdb' \) -exec rm -f "{}" \; find . -mindepth 1 -maxdepth 1 \( ! -name "mysql*" -and ! -name "lib*" \) -exec rm -f "{}" \; { printf '### %s