Skip to content
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

chore: update toolchain for GitPod #27

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Conversation

pfeerick
Copy link
Member

Continuation of #23, resolves #26.

Continuation of #23, resolves #26
@pfeerick pfeerick added the bug Something isn't working label Jan 27, 2025
@pfeerick pfeerick merged commit dd04a74 into main Jan 27, 2025
3 checks passed
@ParkerEde
Copy link

How can I build 2.10.x with Gitpod now that the toolchain has been changed?

@ParkerEde
Copy link

There are also problems with the EdgeTX Buddy when trying to build 2.10.6. The firmware apparently cannot be built. It keeps alternating between "Building on Server" and "in queue". Then after several minutes "Failed".

@pfeerick
Copy link
Member Author

2.10 branch is now properly pinned to use 2.10 build container for GitPod... i.e. https://gitpod.io/new/#https://github.com/edgetx/edgetx/tree/2.10 should build 2.10

@pfeerick
Copy link
Member Author

pfeerick commented Jan 28, 2025

There are also problems with the EdgeTX Buddy when trying to build 2.10.6. The firmware apparently cannot be built. It keeps alternating between "Building on Server" and "in queue". Then after several minutes "Failed".

This looks like something might have gone wrong when @raphaelcoeffic just updated of the cache stuff, as it is chocking at some LVGL code... which it shouldn't as my standalone language builds worked for DE 🤭

/home/rootless/src/radio/src/thirdparty/libopenui/thirdparty/lvgl/src/extra/libs/png/lv_png.c:149:49: error: passing argument 2 of 'lodepng_decode32' from incompatible pointer type [-Wincompatible-pointer-types]
  149 |             error = lodepng_decode32(&img_data, &png_width, &png_height, png_data, png_data_size);
      |                                                 ^~~~~~~~~~
      |

correction... the main toolchain is being used by cloudbuild for everything... so anything colorlcd will break for the immediate future for 2.10

@ParkerEde
Copy link

2.10 branch is now properly pinned to use 2.10 build container for GitPod... i.e. https://gitpod.io/new/#https://github.com/edgetx/edgetx/tree/2.10 should build 2.10

with the link it works now, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can't compile to web browser with Gitpod
2 participants