saqwed / Utterancescomments

0 stars 0 forks source link

2023-03-14-edk2_python3/ #11

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

python 3.6 在 edk2 中的實現 - S!mon SAYS

https://damn99.com/2023-03-14-edk2_python3/

jpshivakavi commented 1 year ago

Thank you for promoting Python 3.6 port for UEFI environment

saqwed commented 1 year ago

it's my pleasure.

jpshivakavi commented 2 weeks ago

We have enabled the github build actions for build Python UEFI interpreter using GCC and VS2019 tool chain.

VS2019 build action : https://github.com/tianocore/edk2-libc/actions/workflows/build-python-uefi-vs.yaml GCC build action : https://github.com/tianocore/edk2-libc/actions/workflows/build-python-uefi-gcc.yaml

Also created Python UEFI interpreter release package and made available at https://github.com/tianocore/edk2-libc/releases/tag/v3.6.8.1

saqwed commented 2 weeks ago

Thanks for the update!!!

I am also having my own version at https://github.com/saqwed/myedk2/blob/master/.github/workflows/ubuntu.yml for UEFI python!

I will try to study your github action and see is anything missing from my side.