mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
build new 8.0 and 8.1 images
This commit is contained in:
parent
7e54fbd89f
commit
8780fe0754
6 changed files with 108 additions and 7 deletions
|
|
@ -3,7 +3,9 @@
|
|||
php,
|
||||
debug ? false,
|
||||
}: let
|
||||
inherit (builtins) compareVersions;
|
||||
inherit (lib) optionals;
|
||||
withBlackfire = !debug && ((compareVersions php.version "8.1.0") == 1);
|
||||
in
|
||||
php.buildEnv {
|
||||
extensions = {
|
||||
|
|
@ -36,6 +38,8 @@ in
|
|||
]
|
||||
++ optionals (!debug) [
|
||||
smbclient # this breaks the build for no apparent reason
|
||||
]
|
||||
++ optionals withBlackfire [
|
||||
blackfire
|
||||
]);
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue