Skip to content

Commit

Permalink
[libfuzzer] Use toolchain llvm-symbolizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Nov 1, 2024
1 parent 37fbade commit e8c4708
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions services/libfuzzer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cd "${0%/*}"
./gsutil.sh
./fluentbit.sh
SRCDIR=/tmp/fuzzing-tc ./fuzzing_tc.sh
./llvm-symbolizer.sh
./nodejs.sh
./taskcluster.sh

Expand All @@ -37,7 +38,6 @@ packages=(
libglu1-mesa
libosmesa6
libpci3
llvm-9
locales
nano
openssh-client
Expand All @@ -53,6 +53,7 @@ packages=(
package_recommends=(
subversion
ubuntu-restricted-addons
# used by oss-fuzz/infra/helper.py
wget
)

Expand All @@ -62,10 +63,6 @@ retry apt-get install -y -qq "${package_recommends[@]}"
apt-install-depends firefox
apt-get remove --purge -qq xul-ext-ubufox

update-alternatives --install \
/usr/bin/llvm-config llvm-config /usr/bin/llvm-config-9 100 \
--slave /usr/bin/llvm-symbolizer llvm-symbolizer /usr/bin/llvm-symbolizer-9

#### Base System Configuration

# Generate locales
Expand Down

0 comments on commit e8c4708

Please sign in to comment.