The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

my bitbucket pipeline always stuck in pecl

ヘッドレス騎手
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 31, 2018

why it always stuck in here, it takes 120 minutes until reach my limit. is this bug from bitbucket?

 

+ pecl install imagick xdebug
downloading imagick-3.4.3.tgz ...
Starting to download imagick-3.4.3.tgz (245,410 bytes)
.....done: 245,410 bytes
downloading xdebug-2.6.1.tgz ...
Starting to download xdebug-2.6.1.tgz (283,961 bytes)
...done: 283,961 bytes
19 source files, building
running: phpize
Configuring for:
PHP Api Version: 20170718
Zend Module Api No: 20170718
Zend Extension Api No: 320170718

 

but when i stop then re run sometimes it work maybe 2-3 times i restart

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
jcergolj
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 19, 2019
image: php:7.2.9-cli

pipelines:
  branches:
    master:
    - step:
        script:
          - pecl channel-update pecl.php.net
          - apt-get update
          - apt install libmagickwand-dev imagemagick -y --no-install-recommends
          - pecl install imagick
          - docker-php-ext-enable imagick

This works for me.

1 vote
jvdn
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 5, 2019

I have the same issues with:

- pecl install imagick
jcergolj
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 19, 2019

+1

0 votes
david slacalek
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 13, 2024

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events