f0rmiga / gcc-toolchain

A fully-hermetic Bazel GCC toolchain for Linux.
Apache License 2.0
103 stars 24 forks source link

Switch to use Bazel Modules #177

Open DanielBrandes-FlyNow opened 3 months ago

DanielBrandes-FlyNow commented 3 months ago

Hi there,

thanks for your awesome work on hermitic gcc toolchains for bazel. Its a very helpful idea to get build processes more deterministic and reliable.

As Bazel will drop the support for the old WORKSPACE architecture (see bazel roadmap ) and switch to new module design and it would simplify especially these kind of projects, it would be very nice to switch to this system ( Bazel modules ) with your project, too.

best regards,

Daniel

f0rmiga commented 2 months ago

Hi Daniel, thanks for posting here. Would you be willing to contribute the bzlmod support? If not, I'll be able to get to it in the coming months.

DanielBrandes-FlyNow commented 2 months ago

Hi,

thanks for your response and your offer! Atm I think that I can not contribute faster then in a few months to it, as i need a deep dive into your code first, to understand what must be changed. So I thing I need getting a block of time free for it, this is not possible in the next weeks, sorry. If you find time to work on this, would be very great :-)

best regards,

Daniel