Skip to content

Commit

Permalink
Update build_ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Dec 31, 2023
1 parent 65191ab commit 18142ae
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ curl \
git \
clang \
build-essential \
libtool \
autoconf \
automake \
cmake \
python3 \
ninja-build \
Expand Down Expand Up @@ -84,13 +81,6 @@ if [ "${BRANCH}" = "main" ]; then
BRANCH=""
fi

if [ ! -f "${CWD}/src/gperftools/.libs/libtcmalloc.a" ]; then
cd ${CWD}/src/gperftools
./autogen.sh
CC=clang CXX=clang++ ./configure --disable-shared
make -j${MKJOBS}
fi

if [ ! -f "${CWD}/src/skia/out/build/libskia.a" ]; then
cd ${CWD}/src/skia
if [ ! -f "bin/gn" ]; then
Expand Down

0 comments on commit 18142ae

Please sign in to comment.