【问题标题】:How to set or skip a package configuration on PECL?如何在 PECL 上设置或跳过包配置?
【发布时间】:2019-03-14 21:53:29
【问题描述】:

我在 Travis 上运行 pecl install redis,但它一直挂着:

enable igbinary serializer support? [no] : 

如何设置或跳过此配置?

【问题讨论】:

    标签: php redis continuous-integration travis-ci pecl


    【解决方案1】:

    试试yes | pecl install redisyes no | pecl install redis

    yes 是 GNU coreutils 包的一个程序:

    $ yes --help
    Usage: yes [STRING]...
      or:  yes OPTION
    Repeatedly output a line with all specified STRING(s), or 'y'.
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-06-17
      • 1970-01-01
      • 1970-01-01
      • 2017-11-23
      • 1970-01-01
      • 1970-01-01
      • 2022-07-21
      • 2016-12-12
      相关资源
      最近更新 更多