Skip to content

Commit

Permalink
ci: remove dual build of thirdparty deps.
Browse files Browse the repository at this point in the history
No longer needed after envoyproxy#1311.
  • Loading branch information
htuch committed Jul 21, 2017
1 parent fb22183 commit 9e81796
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ci/build_container/build_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,3 @@ export THIRDPARTY_BUILD=/thirdparty_build
export CPPFLAGS="-DNDEBUG"
echo "Building opt deps ${DEPS}"
"$(dirname "$0")"/build_and_install_deps.sh ${DEPS}

ln -sf /thirdparty_build /thirdparty_build_opt

export THIRDPARTY_BUILD=/thirdparty_build_dbg
export CPPFLAGS=""
echo "Building dbg deps ${DEPS}"
rm -f /tmp/*.dep
"$(dirname "$0")"/build_and_install_deps.sh ${DEPS}

0 comments on commit 9e81796

Please sign in to comment.