Skip to content

Commit 7c26732

Browse files
committed
Fix CI
1 parent d5e9029 commit 7c26732

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

meson.build

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ project(
1818
'b_ndebug=if-release',
1919
'b_pie=true'
2020
],
21-
meson_version: '>=1.5.0'
21+
meson_version: '>=1.3.2'
2222
)
2323

2424
cpp_compiler = meson.get_compiler('cpp')
@@ -118,19 +118,6 @@ if cpp_compiler.has_header('linux/landlock.h')
118118
add_project_arguments('-D' + macro, language: 'cpp')
119119
endif
120120
endforeach
121-
122-
cpp_compiler.compiles(
123-
'''
124-
#include <linux/landlock.h>
125-
struct landlock_ruleset_attr attr = {
126-
.handled_access_fs = 0,
127-
.handled_access_net = 0,
128-
.scoped = 0
129-
};
130-
''',
131-
name: 'Landlock supports scoped access control',
132-
required: true
133-
)
134121
endif
135122

136123
libtins_dep = dependency('libtins', include_type: 'system')

0 commit comments

Comments
 (0)