File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -873,13 +873,12 @@ jobs:
873
873
repository : php-memcached-dev/php-memcached
874
874
path : memcached
875
875
- name : git checkout redis
876
- # Currently fails to build
877
- if : false
878
876
uses : actions/checkout@v4
879
877
with :
880
878
repository : phpredis/phpredis
881
879
path : redis
882
880
- name : git checkout xdebug
881
+ if : false
883
882
uses : actions/checkout@v4
884
883
with :
885
884
repository : xdebug/xdebug
@@ -935,14 +934,13 @@ jobs:
935
934
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
936
935
make -j$(/usr/bin/nproc)
937
936
- name : build redis
938
- # Currently fails to build
939
- if : false
940
937
run : |
941
938
cd redis
942
939
/opt/php/bin/phpize
943
940
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
944
941
make -j$(/usr/bin/nproc)
945
942
- name : build xdebug
943
+ if : false
946
944
run : |
947
945
cd xdebug
948
946
/opt/php/bin/phpize
You can’t perform that action at this time.
0 commit comments