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
I was debugging zephyr sdk installation in our build farm, trying to figure out why it didn't work on some slaves.
It appears we call relocate_sdk.py during the installation process and obviously depends on python available.
Since our build slaves have only the bare minimal OS, python wasn't available and relocate_sdk.py silently failing the relocation.
To reproduce, without python installed:
./zephyr-sdk-0.8.2-i686-setup.run --quiet --nox11 -- <<< "${HOME}/zephyr-sdk-0.8.2"
You'll end with a non-working Zephyr SDK installation.
The text was updated successfully, but these errors were encountered:
I was debugging zephyr sdk installation in our build farm, trying to figure out why it didn't work on some slaves.
It appears we call relocate_sdk.py during the installation process and obviously depends on python available.
Since our build slaves have only the bare minimal OS, python wasn't available and relocate_sdk.py silently failing the relocation.
To reproduce, without python installed:
./zephyr-sdk-0.8.2-i686-setup.run --quiet --nox11 -- <<< "${HOME}/zephyr-sdk-0.8.2"
You'll end with a non-working Zephyr SDK installation.
The text was updated successfully, but these errors were encountered: