Commit c70ea43f authored by Jérome Perrin's avatar Jérome Perrin

Revert "testing/check_software: no longer tolerate system libnsl"

This reverts commit 2d50c8b8.

We are not ready for this, for example on debian 10 perl link with
libnsl.

For reference, one example test failure:
  https://erp5js.nexedi.net/#/test_result_module/20220111-190A520F2/20

We'll try to re-apply this later once no software use system libnsl
parent 2d50c8b8
Pipeline #19237 passed with stage
...@@ -68,6 +68,7 @@ def checkSoftware(slap, software_url): ...@@ -68,6 +68,7 @@ def checkSoftware(slap, software_url):
'libgcc_s', 'libgcc_s',
'libgomp', 'libgomp',
'libm', 'libm',
'libnsl',
'libpthread', 'libpthread',
'libthread_db', 'libthread_db',
'libresolv', 'libresolv',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment