Azure / azure-blob-storage-file-upload-utility

A utility for uploading files to an Azure Blob Storage container using SAS urls.
MIT License
1 stars 6 forks source link

Install-deps.sh fails on arm32 #1

Open SaraOlsson opened 2 years ago

SaraOlsson commented 2 years ago

Hi, in the description of this repo it says that the project has been tested on arm32 architectures, however, it fails for me on a 32bit debian10. I can see in the shell script that an error is thrown if the architecture is not x86_64 or aarch64. The variable cmake_build_from_source is set to true at that point and I imagine the script would be able to continue and build from source for my arm32 architecture, but there's an exit 1 on this line, therefore I wonder how you suggest building for arm32? (I tried to remove the exit 1 and the CMake started but failed )

This results in failing the build of Azure/iot-hub-device-update where this utility is a dependency.

nihemstr commented 2 years ago

Hey Sara,

This was a known bug that was fixed internally but we had never got a push through on this utility.

I've gone tested and updated the repo with our latest install-deps.sh script.

If you run the script again you should see that ABS FUU builds and installs without issue.

Please let me know if you have any other issues. I'm assigning myself to this issue so we can track it.

Thanks,

Nic Hemstreet