Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
smokodon committed Jan 15, 2024
1 parent 46f71f7 commit 55f5d7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/compile-extension-memcached
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ travis_time_start
install_memcache

if [[ $VERSION =~ ^7 || $VERSION =~ ^8 || $VERSION =~ ^master$ ]]; then
pecl download memcached-3.1.2
tar zxvf memcached*.tgz && pushd memcached*/
pecl download memcached-3.2.0
ls -al
tar xf /home/travis/build/travis-ci/php-src-builder/memcached-3.2.0.tar && pushd memcached*/
make clean || true
else
pecl download memcached-2.2.0
Expand Down

0 comments on commit 55f5d7d

Please sign in to comment.