Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 06ffce4

Browse files
committed
Remove spinlocks and atomics from meson_options.txt.
Commits e256266 and 8138526 removed the configure equivalents, but forgot to remove these options from meson_options.txt. Revealed by the fact that build farm animals rorqual and francolin didn't fail, despite being configured to set those options to off. They should now fail with unknown option, until they are adjusted.
1 parent 71d6c4b commit 06ffce4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

meson_options.txt

-6
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ option('injection_points', type: 'boolean', value: false,
4949
option('PG_TEST_EXTRA', type: 'string', value: '',
5050
description: 'Enable selected extra tests')
5151

52-
option('atomics', type: 'boolean', value: true,
53-
description: 'Use atomic operations')
54-
55-
option('spinlocks', type: 'boolean', value: true,
56-
description: 'Use spinlocks')
57-
5852
option('PG_GIT_REVISION', type: 'string', value: 'HEAD',
5953
description: 'git revision to be packaged by pgdist target')
6054

0 commit comments

Comments
 (0)