-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build failures in ODBC CI job by using Debian UnixODBC packages instead of Microsoft ones. See #1035.
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# This is a suppression file for LeakSanitizer when running ODBC tests under Unix. | ||
|
||
# There seems to be a leak inside SQLDriverConnect() that we can't do anything | ||
# about (we do close the connection, but there are still a couple of once only | ||
# leaks as well a 252 byte leak per connection, it seems). | ||
leak:SQLDriverConnect |