Skip to content

Commit

Permalink
update set of allowed libraried
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Feb 6, 2025
1 parent 1e96d39 commit 97e1f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvmlite/tests/test_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,8 @@ def test_linux(self):
self.fail("failed parsing dependencies? got %r" % (deps,))
# Ensure all dependencies are expected
allowed = set(['librt', 'libdl', 'libpthread', 'libz', 'libm',
'libgcc_s', 'libc', 'ld-linux', 'ld64'])
'libgcc_s', 'libc', 'ld-linux', 'ld64', 'libzstd',
'libstdc++'])
if platform.python_implementation() == 'PyPy':
allowed.add('libtinfo')

Expand Down

0 comments on commit 97e1f7f

Please sign in to comment.