Petr Sumbera
Petr Sumbera
Ok. Shall I wait with submitting following fix? ``` index c5f27e73..22afacbe 100644 --- a/src/backend/vulkan/src/lib.rs +++ b/src/backend/vulkan/src/lib.rs @@ -589,7 +589,8 @@ impl hal::Instance for Instance { unix, not(target_os = "android"), not(target_os...
> if you can instead make a PR with the configuration used by RawWindowHandle code, that would be great! Sorry I think I'm still missing what change I should prepare....
There is actually one year old pull request for that. Can you please have look at it? https://github.com/rust-windowing/raw-window-handle/pull/44
No, we can close the issue now.
> > FWIW, a (very basic, FDs/PROC only) implementation of `kqueue` is being worked on and should make its way into Haiku nightly builds before too long, hopefully removing the...
It happens always when I run: `test.sh -b SELECT`. Note that this is Solaris so we don't have `strace`. Instead we have truss. But when I run directly `regress` nothing...
Thank you for trying! I'm afraid you won't be able to build OpenJDK 9 to 12 without Studio 12.4 compiler. It is availble here: https://www.oracle.com/tools/developerstudio/downloads/solaris-studio-v124-downloads.html (of course one could try...
I think he doesn't mean Studio 12.4 compiler. I belive that OpenJDK 13 was first version which reqired more modern Studio version (12.5 or 12.6). Therefore this project also switched...
I will do that. But before that following need to be resolved. https://github.com/rust-lang/libc/pull/3717
I'm all to have Solaris on CI. I can imagine it can be quite complicated though. So let's keep this bug to track this effort.