HewlettPackard / python-ilorest-library

Python library for interacting with devices which support a Redfish Service
Apache License 2.0
181 stars 89 forks source link

Cannot build locally #146

Closed ErwanAliasr1 closed 7 months ago

ErwanAliasr1 commented 1 year ago

I'm trying to see how I could rebuild ilorest for aarch64 users but the makefile is making a reference to github.hpe.com that is not publicly available. Can you ensure the build procedure works for everyone ?

rajeevkallur commented 9 months ago

@ErwanAliasr1 , Take RHEL 8.6 ARM OS and follow the Makefile.ARM. Use win32\rdmc-pyinstaller-spec.lin and generate ilorest binary. For rpm generation, please use rpmbuild command. No need of github.hpe.com or blofly config.

rajeevkallur commented 7 months ago

Closed