Get rid of text relocations in -fPIE build Add a hint for opensc package Resolves: rhbz#2174908 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
4 lines
113 B
Bash
Executable File
4 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
export TEST_DOCKER_EXTRA_ARGS="--security-opt seccomp:unconfined"
|
|
exec merge-standard-inventory "$@"
|