Skip to content

Commit

Permalink
Fix updating swoole [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Dec 16, 2024
1 parent 9fb240d commit 9609eee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/edit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fetch() {
sudo cp "Formula/$VERSION.rb" "/tmp/$VERSION.rb"
if [[ "$EXTENSION" =~ event|expect|gnupg|imagick|imap|mcrypt|pcov|snmp ]] ||
[[ "$VERSION" =~ (amqp|mongodb)@(7.4|8.[0-5]) ]] ||
[[ "$VERSION" =~ (couchbase|phalcon5|swoole)@(8.[0-3]) ]] ||
[[ "$VERSION" =~ (couchbase|phalcon5|swoole)@(8.[1-5]) ]] ||
[[ "$VERSION" =~ (propro)@7.[0-4] ]] ||
[[ "$VERSION" =~ (msgpack)@(7.[0-4]|8.[0-5]) ]] ||
[[ "$VERSION" =~ (memcached|vld)@(7.[0-4]|8.[0-5]) ]] ||
Expand Down
1 change: 0 additions & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def install
--enable-http2
--with-openssl-dir=#{Formula["openssl@3"].opt_prefix}
]
inreplace "ext-src/php_swoole_private.h", "0, NULL, 0, ", ""
safe_phpize
system "./configure", "--prefix=#{prefix}", phpconfig, *args
system "make"
Expand Down
1 change: 0 additions & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def install
--enable-http2
--with-openssl-dir=#{Formula["openssl@3"].opt_prefix}
]
inreplace "ext-src/php_swoole_private.h", "0, NULL, 0, ", ""
safe_phpize
system "./configure", "--prefix=#{prefix}", phpconfig, *args
system "make"
Expand Down

0 comments on commit 9609eee

Please sign in to comment.