Skip to content

Commit e4fb63a

Browse files
committed
ARROW-189: Remove 3rd party from conda build.
1 parent 7892bae commit e4fb63a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cpp/conda.recipe/build.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,9 @@ cd ..
3838

3939
rm -rf conda-build
4040
mkdir conda-build
41-
42-
cp -r thirdparty conda-build/
43-
4441
cd conda-build
4542
pwd
4643

47-
# Build googletest for running unit tests
48-
./thirdparty/download_thirdparty.sh
49-
./thirdparty/build_thirdparty.sh gtest
50-
51-
source thirdparty/versions.sh
52-
export GTEST_HOME=`pwd`/thirdparty/$GTEST_BASEDIR
53-
5444
# if [ `uname` == Linux ]; then
5545
# SHARED_LINKER_FLAGS='-static-libstdc++'
5646
# elif [ `uname` == Darwin ]; then

0 commit comments

Comments
 (0)