-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
fix: GitPod container image now needs their workspace image as base #4065
Conversation
when testing build for TX16S, got an error about libclang not found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, works now.
6ba78ce
to
c77868e
Compare
c77868e
to
a86d44c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working fine for me to build TX16S and TLite firmware. Probably just need a tagged 2.9.1 edgetx-build this can be pointed to since the referenced PR has been merged?
Changes on GitPod's side required updated build images on our side which are based on their workspace image.
This PR changes the Gitpod container image used as we need to use their base image.
See EdgeTX/build-edgetx#20
Please note: this PR is for testing only. It needs some edits before being merged. EdgeTX/build-edgetx#20 should be merged first.