Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 1be2304

Browse files
author
Chad Dougherty
committed
add libasan, libtsan, and libubsan as dependencies on Fedora
1 parent d49b278 commit 1be2304

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/installation/packages.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ elif [[ "$DISTRO" == *"FEDORA"* ]]; then
163163
${LLVM}-static \
164164
libedit-devel \
165165
postgresql \
166+
libasan \
167+
libtsan \
168+
libubsan \
166169
libatomic
167170

168171
## ------------------------------------------------

0 commit comments

Comments
 (0)