Skip to content

Commit 62a1eb9

Browse files
authored
[skip ci] Re-enable nightly redis build (GH-16118)
* Re-enable nightly redis build (that should pass again) * Disable Xdebug for now (it currently fails already during configure for PHP >= 8.5.0)
1 parent b4dbd15 commit 62a1eb9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -873,13 +873,12 @@ jobs:
873873
repository: php-memcached-dev/php-memcached
874874
path: memcached
875875
- name: git checkout redis
876-
# Currently fails to build
877-
if: false
878876
uses: actions/checkout@v4
879877
with:
880878
repository: phpredis/phpredis
881879
path: redis
882880
- name: git checkout xdebug
881+
if: false
883882
uses: actions/checkout@v4
884883
with:
885884
repository: xdebug/xdebug
@@ -935,14 +934,13 @@ jobs:
935934
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
936935
make -j$(/usr/bin/nproc)
937936
- name: build redis
938-
# Currently fails to build
939-
if: false
940937
run: |
941938
cd redis
942939
/opt/php/bin/phpize
943940
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
944941
make -j$(/usr/bin/nproc)
945942
- name: build xdebug
943+
if: false
946944
run: |
947945
cd xdebug
948946
/opt/php/bin/phpize

0 commit comments

Comments
 (0)