-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
amdvlk: 2020.Q3.1 -> 2020.Q3.2 #93698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I tested it but I’m seeing segfaults when starting vkcube. It does not seem to be directly related to amdvlk itself though. Having old versions of the (runtime) dependencies in LD_LIBRARY_PATH makes it work. Runtime dependencies are: That’s all I got so far. |
Good catch. I created a debug build. Output:
Backtrace:
Didn't have time to dig deeper yet. |
When I add OpenSSL to the library path, these assertions errors are gone:
Now raises an exception in
|
da35c21
to
064b123
Compare
I have pushed the change that adds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
vkcube
works for me too now.
Sidenote: Do you know the best way to build a 32-bit package by chance? (#93027)
No experience, but I think adding to nixpkgs/pkgs/top-level/all-packages.nix Line 11799 in bb259af
and then modifying the derivation to support i686 (like you did in your branch). |
Motivation for this change
Changelog:
https://github.com/GPUOpen-Drivers/AMDVLK/releases/tag/v-2020.Q3.2
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)