-
-
Notifications
You must be signed in to change notification settings - Fork 398
Please update "host": descripion in index.json specification #1168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @ArminJo. The list you see in the Package Index Specification is only some examples, not a comprehensive list of all supported values. I agree that the supported values being undocumented is not so great. You can see the full list here: arduino-cli/arduino/cores/tools.go Lines 143 to 190 in a9b0c9d
You can see that in the code above the regular expressions provide a good deal of flexibility in the host values. This sort of variation certainly has caused me some confusion, since I tend to try to reverse engineer the platform system by studying the existing platforms, rather than diving into the actual code. This would lead me to assume there was some significance between these different host values, but as far as Boards Manager is concerned they are identical. |
T H A N K S 🥇 |
Hello,
in the current specification I see:
In the Arduino package_index.json there are also aarch64-linux-gnu + arm-linux-gnueabihf.
And what confuses me, is that there are new entries x86_64-pc-linux-gnu / i686-pc-linux-gnu.
What is the difference to x86_64-linux-gnu / i686-linux-gnu?
Thanks
Armin
The text was updated successfully, but these errors were encountered: