Skip to content
Snippets Groups Projects
Commit 9ab7936e authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

tests: Programmatically generate the tests sysroots


When we build a debian package of steam-runtime-tools, due to the debian
source format 3.0 (native), all our `.so` test files are stripped down.

To avoid losing them we generate the `fake-icds` and `fake-icds-flatpak`
sysroots from the python script `generate-sysroots.py`.

Addresses T26709

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent e1cc2c9f
No related branches found
No related tags found
1 merge request!260tests: Programmatically generate the tests sysroots
Pipeline #9761 passed
Showing
with 0 additions and 69 deletions
{
"ICD": {
"api_version": "1.2.3",
"library_path": "libvulkan_basename.so"
},
"file_format_version": "1.0.0"
}
false
{
"ICD": {
"api_version": "1.1.2",
"library_path": "/usr/lib/x86_64-mock-abi/vulkan/icd.d/../libvulkan_relative.so"
},
"file_format_version": "1.0.0"
}
{
"ICD": {
"library_path": "../libEGL_relative.so"
},
"file_format_version": "1.0.0"
}
{
"ICD": {
"api_version": "1.1.1",
"library_path": "../libvulkan_relative.so"
},
"file_format_version": "1.0.0"
}
{
"ICD": {
"api_version": "1.1.102",
"library_path": "/usr/lib/i386-mock-abi/libvulkan_intel.so"
},
"file_format_version": "1.0.0"
}
{
"file_format_version" : "1.0.0",
"ICD" : {
"library_path" : "libEGL_mesa.so.0"
}
}
{
"ICD": {
"api_version": "1.1.102",
"library_path": "/usr/lib/x86_64-mock-abi/libvulkan_intel.so"
},
"file_format_version": "1.0.0"
}
{
"ICD": {
"api_version": "1.1.102",
"library_path": "/usr/lib/x86_64-mock-abi/libvulkan_intel.so"
},
"file_format_version": "1.1.0"
}
{
"ICD": {
"api_version": "1.1.102",
"library_path": "/usr/lib/x86_64-mock-abi/libvulkan_intel.so"
},
"file_format_version": "2.0.0"
}
{
"ICD": {
"library_path": "/usr/lib/x86_64-mock-abi/libvulkan_intel.so"
},
"file_format_version": "1.0.0"
}
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