bin/symstore.sh |   20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

New commits:
commit b241355a60851f86e704693a92e13a65ee728f56
Author:     Thorsten Behrens <[email protected]>
AuthorDate: Sun Feb 26 01:38:05 2023 +0100
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Sun Feb 26 01:38:05 2023 +0100

    Add a bunch of DLLs to ignore
    
    Since they're placed in multiple places in work/instdir
    
    Change-Id: I34c2378da6b08fc8555288693eb83d39f130ec24

diff --git a/bin/symstore.sh b/bin/symstore.sh
index 564739a0279f..a0c35a48ead5 100755
--- a/bin/symstore.sh
+++ b/bin/symstore.sh
@@ -14,8 +14,24 @@ BLACK_LIST="python.exe"
 # occurence in the build tree. Files _not_ included here will generate
 # an error, if duplicates are found.
 #
-# Same format as for BLACK_LIST above above
-MOREPDBS_OKLIST="libcurl.dll"
+# Same format as for BLACK_LIST above
+MOREPDBS_OKLIST="libcurl.dll
+libcrypto-1_1.dll
+libssl-1_1.dll
+freebl3.dll
+libeay32.dll
+nspr4.dll
+nss3.dll
+nssckbi.dll
+nssdbm3.dll
+nssutil3.dll
+plc4.dll
+plds4.dll
+smime3.dll
+softokn3.dll
+sqlite3.dll
+ssl3.dll
+ssleay32.dll"
 
 
 add_pdb()

Reply via email to