Skip to content

Commit 13decaa

Browse files
committed
Need to install libasan, libubsan specially for RH/Debian builds
Signed-off-by: Adam Glustein <[email protected]>
1 parent 3f3dabe commit 13decaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ dependencies-mac: ## install dependencies for mac
213213
brew unlink bison flex && brew link --force bison flex
214214

215215
dependencies-debian: ## install dependencies for linux - note that zip is needed by bootstrap_vcpkg.sh, do not remove
216-
apt-get install -y autoconf autoconf-archive automake bison cmake curl flex libtool ninja-build pkg-config tar unzip zip
216+
apt-get install -y autoconf autoconf-archive automake bison cmake curl flex libtool ninja-build pkg-config tar unzip zip gcc libasan8 libubsan1
217217

218218
dependencies-fedora: ## install dependencies for linux - note that zip is needed by bootstrap_vcpkg.sh, do not remove
219-
yum install -y autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip zip
219+
yum install -y autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip zip gcc libasan libubsan
220220

221221
dependencies-vcpkg: ## install dependencies via vcpkg
222222
cd vcpkg && ./bootstrap-vcpkg.sh && ./vcpkg install

0 commit comments

Comments
 (0)