SymbiFlow / conda-packages

Conda build recipes for the toolchains needed by LiteX / MiSoC firmware
https://github.com/mithro/HDMI2USB-litex-firmware
Apache License 2.0
2 stars 10 forks source link

Bump GCC version for uhdm-integration #129

Closed kbieganski closed 3 years ago

kbieganski commented 3 years ago

This PR is for testing if the uhdm-integration build passes with a newer version of GCC. Will mark as ready to merge if it passes.

kbieganski commented 3 years ago

The uhdm-integration job passed, so I'm marking this as ready to review/merge.

mithro commented 3 years ago

Hi,

Thank you for sending the pull request! It's awesome to see you contributing to this project. However, before I can look at this request you need to add DCO sign-off to commits in this repository.

We require DCO sign-off for all commits to this repository (including all authors). Please see the following URL to see more information and BeeWare also have a Beginners guide to DCOs.

You can use git commit --amend --signoff and then a git push --force to add the signoff. You can also use git rebase --signoff.

Thanks!

kbieganski commented 3 years ago

Bumped GCC to 9 as discussed in our meeting.