install the latest vulkan sdk from tarball

lunarg no longer updates ubuntu packages, and those are stale
This commit is contained in:
Ivan Avdeev
2026-04-22 08:18:46 -04:00
parent 770c17349d
commit 546f96b6d0
2 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ def render():
print('Running xash3d...')
mkdir_p(f'{args.xash_dir}/valve/rendertest')
env = os.environ.copy()
env['LD_LIBRARY_PATH'] = f'{args.xash_dir}'
env['LD_LIBRARY_PATH'] = f'{args.xash_dir}:{env["LD_LIBRARY_PATH"]}'
start_time_sec = time.perf_counter()
with open(f'{WORKDIR}/xash-stdout.log', 'wb') as stdout, open(f'{WORKDIR}/xash-stderr.log', 'wb') as stderr: