File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,11 @@ steps:
35
35
libsodium-dev \
36
36
libargon2-0-dev \
37
37
libmm-dev \
38
+ libsnmp-dev \
38
39
postgresql \
39
40
postgresql-contrib \
41
+ snmpd \
42
+ snmp-mibs-downloader \
40
43
llvm \
41
44
${{ parameters.packages }}
42
45
displayName: 'APT'
Original file line number Diff line number Diff line change 56
56
--with-mhash \
57
57
--with-sodium \
58
58
--enable-dba \
59
+ --with-snmp \
59
60
--enable-werror \
60
61
--with-config-file-path=/etc \
61
62
--with-config-file-scan-dir=/etc/php.d
Original file line number Diff line number Diff line change @@ -10,4 +10,10 @@ steps:
10
10
displayName: 'Setup'
11
11
- script : ./azure/setup-slapd.sh
12
12
displayName : ' Configure slapd'
13
+ - script : |
14
+ set -e
15
+ sudo cp ext/snmp/tests/snmpd.conf /etc/snmp
16
+ sudo cp ext/snmp/tests/bigtest /etc/snmp
17
+ sudo service snmpd restart
18
+ displayName: 'Configure snmpd'
13
19
You can’t perform that action at this time.
0 commit comments