Skip to content

Commit 392877d

Browse files
committed
MDEV-38838 msan container: update odbc to advance 13.7 point release of unixodbc-dev
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141600 Upstream packages thanks Hugh McMaster
1 parent 86acd60 commit 392877d

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

ci_build_images/msan.instrumentedlibs.sh

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,17 @@ if [ "${VERSION_CODENAME}" = trixie ]; then
9999
# additional dependency in later debian versions.
100100
# libltdl-dev - System independent dlopen wrapper for GNU libtool
101101
apt-get install --no-install-recommends -y libltdl-dev
102+
103+
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141600
104+
# awaiting arrival on Debian stable 13.7 point release
105+
for a in deb deb-src; do echo "$a" https://snapshot.debian.org/archive/debian/20260716T143135Z/ "${VERSION_CODENAME}" main ; done > /etc/apt/sources.list.d/unixodbc.list
106+
apt-get update
107+
# for ASAN
108+
apt-get install -y unixodbc-dev
102109
fi
103110
apt-get source unixodbc-dev
111+
rm -f /etc/apt/sources.list.d/unixodbc.list
104112
mv unixodbc-*/* .
105-
if [ "${VERSION_CODENAME}" = trixie ]; then
106-
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1136221
107-
# awaiting arrival on Debian stable.
108-
curl https://github.com/lurcher/unixODBC/commit/447ca7624394f8cc9825c6ac3ff60e3715831b87.patch | patch -p1
109-
fi
110113
libtoolize --force
111114
aclocal
112115
autoheader

0 commit comments

Comments
 (0)