Skip to content

gatomic: Temporarily disable C11-style atomics on FreeBSD

Philip Withnall requested to merge 1940-bsd-atomics-failure into master

They’re causing the CI to fail. While someone familiar with FreeBSD investigates the failure, it’s easiest to disable all C11-style atomics than add more preprocessor checks to only disable the atomics added in !1123 (merged).

If nobody can fix the new C11-style atomics before the 2.64.0 release, this commit should be reverted and a more comprehensive set of preprocessor checks put in place to essentially revert !1123 (merged) for BSD only.

Signed-off-by: Philip Withnall withnall@endlessm.com

Helps: #1940 (closed)

Merge request reports