-
-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathinstall.yml
More file actions
40 lines (32 loc) · 723 Bytes
/
install.yml
File metadata and controls
40 lines (32 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
# Available Jinja2 variables:
# ---------------------------
# * {{ php_all_versions }}: Array of all PHP versions
all:
type: builtin
run_dep: [libmariadbd19]
build_dep: [libmariadb-dev]
7.0:
type: builtin
run_dep: [libmariadbclient18]
build_dep: [libmariadbclient-dev]
5.6:
type: builtin
run_dep: [libmariadbclient18]
build_dep: [libmariadbclient-dev]
5.5:
type: builtin
run_dep: [libmysqlclient18]
build_dep: [libmysqlclient-dev]
5.4:
type: builtin
run_dep: [libmysqlclient18]
build_dep: [libmysqlclient-dev]
5.3:
type: builtin
run_dep: [libmysqlclient18]
build_dep: [libmysqlclient-dev]
5.2:
type: builtin
run_dep: [libmysqlclient18]
build_dep: [libmysqlclient-dev]