gmacario / easy-build

Collection of Dockerfiles for building embedded software distributions
Mozilla Public License 2.0
154 stars 83 forks source link

(#293) Fixing Google repo execution in the Yocto Docker image #295

Closed klausuhl-intel closed 3 years ago

klausuhl-intel commented 3 years ago

Updating the Yocto build container to Ubuntu 20.04 and making Python 3.8 the default Python version.

gmacario commented 3 years ago

Thanks @klausuhl-intel for your PR.

I tested it locally and LGTM, however before merging it I would like to fix #291.

I gave it a try with PR #292, but I was unsuccessful so far. Maybe I should move to https://github.com/features/actions instead?

klausuhl-intel commented 3 years ago

I don't have experience with either Codefresh or GitHub Actions. So unfortunately, I cannot give guidance here.

gmacario commented 3 years ago

No problem @klausuhl-intel I made a quick fix of #291 myself.

I also tested your PR locally, LGTM. Merging, and thanks again for your contribution!