Skip to content

Commit c14039d

Browse files
committed
Add new FreeBSD 10 and 11 slaves
1 parent 40acf84 commit c14039d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,16 @@ SLAVES = {
9292
Slave('noopenslp', has_ola_ja_rule_deps=False), # RenZO
9393
],
9494
},
95+
'freebsd-10': {
96+
'amd64': [
97+
Slave('noopenslp', has_ola_ja_rule_deps=False), # RenZO
98+
],
99+
},
100+
'freebsd-11': {
101+
'amd64': [
102+
Slave('noopenslp', has_ola_ja_rule_deps=False), # RenZO
103+
],
104+
},
95105
'gentoo': {
96106
'armv7l': [
97107
Slave('noopenslp'), # kripton

0 commit comments

Comments
 (0)