Skip to content

Commit 32c4180

Browse files
authored
Stabilize FreeBSD Refleaks builders (#533)
1 parent 4b4241b commit 32c4180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/builders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165

166166
# FreBSD x86-64 clang
167167
("AMD64 FreeBSD", "ware-freebsd", UnixBuild),
168+
("AMD64 FreeBSD Refleaks", "ware-freebsd", UnixRefleakBuild),
168169
("AMD64 FreeBSD14", "opsec-fbsd14", UnixBuild),
169170

170171
# Windows aarch64 MSVC
@@ -278,7 +279,6 @@
278279
# FreBSD x86-64 clang
279280
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
280281
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),
281-
("AMD64 FreeBSD Refleaks", "ware-freebsd", UnixRefleakBuild),
282282
]
283283

284284

0 commit comments

Comments
 (0)