phpPackages.apcu: 5.1.2 -> 5.1.8 and enable tests
See #30734 - 5.1.2 segfaults
This commit is contained in:
parent
e080b87b26
commit
3c74fcf6bf
@ -18,9 +18,13 @@ let
|
||||
};
|
||||
|
||||
apcu51 = assert isPhp7; buildPecl {
|
||||
name = "apcu-5.1.2";
|
||||
name = "apcu-5.1.8";
|
||||
|
||||
sha256 = "0r5pfbjbmdj46h20jm3iqmy969qd27ajyf0phjhgykv6j0cqjlgd";
|
||||
sha256 = "01dfbf0245d8cc0f51ba16467a60b5fad08e30b28df7846e0dd213da1143ecce";
|
||||
|
||||
doCheck = true;
|
||||
checkTarget = "test";
|
||||
checkFlagsArray = ["REPORT_EXIT_STATUS=1" "NO_INTERACTION=1"];
|
||||
};
|
||||
|
||||
ast = assert isPhp7; buildPecl {
|
||||
|
Loading…
x
Reference in New Issue
Block a user