Skip to content

Commit 2c54f6e

Browse files
grooverdanRazvanLiviuVarzaru
authored andcommitted
MDBF-769: FreeBSD clang
Use clang for the build because that's the FreeBSD default. We use clang here to make it easy for FreeBSD ports maintainers.
1 parent 1efcd89 commit 2c54f6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

master-nonlatent/master.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,8 @@ c["builders"].append(
10661066
collapseRequests=True,
10671067
properties={
10681068
"additional_args": "-DPLUGIN_ROCKSDB=NO",
1069+
"c_compiler": "clang",
1070+
"cxx_compiler": "clang++",
10691071
"mtr_env": {
10701072
"WSREP_PROVIDER": "/usr/local/lib/libgalera_smm.so",
10711073
}

0 commit comments

Comments
 (0)