You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you clarify why you submitted this issue? Do you propose that we should test on Linux/ARM64 or are you looking for review for your instructions?
If this is about us testing on Linux/ARM64, the best way to do that is using GitHub Actions. I'm not sure do they have this platform there, but if they do, a PR adding it to our testing matrix would be appreciated. If this cannot be done using GitHub Actions, then someone having a suitable machine needs to do it. In general I believe there shouldn't be problems at least with Robot Framework itself if Python runs there.
If you wanted comments about the instructions, here you are:
Assuming that Python works normally on this platform, you have pip installed, and there's a network connection so that you can access https://pypi.org, simply using pip install robotframework ought to work just fine.
If you don't have a network connection, you can download either the source distribution or the wheel from https://pypi.org/project/robotframework/ and install it with pip like pip install robotframework-7.2-py3-none-any.whl without extracting it.
Robot Framework 3.2 is an ancient version that you shouldn't use unless you have some really strange need. Even in that case you shouldn't use an alpha release.
Description
For aarch64 platform, I have built " Robot Framework " from source.
Steps
Following STEPS (https://github.com/robotframework/robotframework#installation) were used for the building and installation:
Outcome
To validate that the build was successful we Checked the libraries.
After running make command, it can download the minimap2 binary and verified the version
robot --version
Robot Framework 3.2a1 (Python 3.12.4 on linux)
All this information was also added the Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/
The text was updated successfully, but these errors were encountered: