Skip to content

{lib}[gompi/2023b] libseccomp v2.5.5#25914

Open
stamenminkov wants to merge 1 commit intoeasybuilders:developfrom
stamenminkov:20260504171321_new_pr_libseccomp255
Open

{lib}[gompi/2023b] libseccomp v2.5.5#25914
stamenminkov wants to merge 1 commit intoeasybuilders:developfrom
stamenminkov:20260504171321_new_pr_libseccomp255

Conversation

@stamenminkov
Copy link
Copy Markdown

@stamenminkov stamenminkov commented May 4, 2026

No AI usage

Comment on lines +35 to +38
sanity_check_paths = {
'files': [],
'dirs': ['bin']
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sanity_check_paths = {
'files': [],
'dirs': ['bin']
}
sanity_check_paths = {
'files': [f'lib/{name}.{x}' for x in ('a', SHLIB_EXT)],
'dirs': ['bin', 'lib/pkgconfig']
}
sanity_check_commands = ["scmp_sys_resolver -h 2>&1| grep -q ''^usage\:\s"]

Comment on lines +28 to +33
dependencies = [
('gperf', '3.1'),
('pkgconf', '2.0.3'),
('libtool', '2.4.7'),
('Valgrind', '3.23.0'),
]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double-check which of these are runtime dependencies please. pkgconfg for sure should be a build dependency, similarly libtool

Also, Python should probably be a runtime dependency, unless we're not building the python wrappers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants