Skip to content

Commit

Permalink
MDBF-769: FreeBSD clang
Browse files Browse the repository at this point in the history
Use clang for the build because that's the FreeBSD default.

We use clang here to make it easy for FreeBSD ports maintainers.
  • Loading branch information
grooverdan authored and RazvanLiviuVarzaru committed Aug 7, 2024
1 parent 1efcd89 commit 2c54f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master-nonlatent/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,8 @@ c["builders"].append(
collapseRequests=True,
properties={
"additional_args": "-DPLUGIN_ROCKSDB=NO",
"c_compiler": "clang",
"cxx_compiler": "clang++",
"mtr_env": {
"WSREP_PROVIDER": "/usr/local/lib/libgalera_smm.so",
}
Expand Down

0 comments on commit 2c54f6e

Please sign in to comment.