Skip to content
Snippets Groups Projects
Commit 32cb6de9 authored by Simon McVittie's avatar Simon McVittie
Browse files

tests: Run s-r-s-i on host with LD_BIND_NOW=1


If we allow lazy binding, we can succeed in loading a GIO module from
the host (which depends on a newer GObject than the one bundled with
pressure-vessel), then find that a symbol reference fails at the time
that we try to actually use it. Make it fail early, instead.

In particular, this is helpful on SteamOS 2 'brewmaster'.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 02e57b93
No related branches found
No related tags found
No related merge requests found
......@@ -264,6 +264,8 @@ class TestContainers(BaseTest):
) as writer:
run_subprocess(
[
'env',
'LD_BIND_NOW=1',
host_srsi,
'--verbose',
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment