-
Notifications
You must be signed in to change notification settings - Fork 9
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
i386 image does not work #5
Comments
OttoWinter
added a commit
to esphome/esphome
that referenced
this issue
Jul 15, 2020
rspaargaren
pushed a commit
to rspaargaren/esphome
that referenced
this issue
Jul 30, 2020
sashao
pushed a commit
to sashao/esphome
that referenced
this issue
Oct 23, 2020
jValdron
pushed a commit
to jValdron/esphome
that referenced
this issue
Jan 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The i3836 images apparently haven't been working for a while.
When running
pio run
in the i386 images, platformio returnssh: 1: xtensa-lx106-elf-g++: not found
.The error sounds a bit like some paths in the toolchain are not set up properly (was the mistake in previous toolchains from PIO), but it's probably not worth investigating considering the i386 image has ~500 pulls total (and most probably from CIs): https://hub.docker.com/r/esphome/esphome-base-i386/tags
See also https://github.com/esphome/esphome-docker-base/runs/874699205?check_suite_focus=true
Nobody has reported a bug about the image not working before, so it's probably not used except for very few cases.
Action: Remove i386 from builds
The text was updated successfully, but these errors were encountered: