Conversation
|
What platforms are supported by this library? |
|
As per libodraw's "Building" page [1], Windows, Linux and macOS should be supported. Though I haven't tested this port in neither Linux nor macOS (I've only tested The build jobs in all platforms seem to have failed, is it a strict requirement to make it work in all platforms (including UWP)? [1] https://github.com/libyal/libodraw/wiki/Building |
|
It's necessary to get the port to work on all supported triplets on at least one platform. So at least |
|
@vicroms Thanks for the help. I've fixed that issue. @cbezault Linux builds are fine now. Windows builds work, except for UWP ones, since one of the dependencies ( EDIT: The Linux build tests seem to have failed, despite me building it successfully. Is there any way of accessing |
|
You should be able to download the failure logs for each platform by clicking the Summary tab and then downloading the port build failure logs zip file. |
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
|
@vicroms Thank you! I just needed to add OpenSSL as a dependency. Now both Linux and Windows work (except UWP, for the reasons stated in #8155 (comment)). |
|
/azp run |
|
/azp run |
| @@ -0,0 +1,37 @@ | |||
| include(vcpkg_common_functions) | |||
There was a problem hiding this comment.
include(vcpkg_common_functions) is deprecated. Please remove it.
|
Pinging @AlexAltea for response. Is work still being done for this PR? |
|
Closing this PR since it seems that no progress is being made. Please reopen if work is still being done. |

This port is very similar to the libqcow port proposed in #6852, which makes sense since both libraries are part of the same libyal collection (all written by the same author).