diff options
Diffstat (limited to 'mockit')
| -rwxr-xr-x | mockit | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -10,7 +10,7 @@ if [ "$2" = "" ]; then echo -e "\t--mock distro is a mock config name\n" echo -e "Targets:" echo -e "\tDistribution: el8a el8x el9a el9x el10a el10x fc41a fc41x fc42a fc42x fc43a fc43x" - echo -e "\tPHP: all, zts" + echo -e "\tPHP: all, allx, zts" echo -e "\tMemcached: memcached" echo -e "\tLibraries: im6, im7, vips" echo -e "\tRedis: r60, r62, r70, r72, r80, r82, r84" @@ -177,6 +177,17 @@ case $DIST in echo Not supported for direct build fi ;; + allx) + if [ $REDIS -ge 1 ]; then + for i in fc41x fc42x fc43x el8x el9x el10x + do + [ $BUILD_BASE -ge 1 ] && $0 --valkey --base $SRPM $i $MIN $MAX $@ + [ $BUILD_SCLS -ge 1 ] && $0 --valkey --scl $SRPM $i $MIN $MAX $@ + done + else + echo Not supported for direct build + fi + ;; zts) if [ $REDIS -ge 1 ]; then [ $MAX -gt 83 ] && MAX=83 |
