Results 17 comments of Luke Aguilar

Hi all, I'm just wondering if anyone could provide some instruction on how to use this project with bzlmod, as I understand, it should still work even though it's using...

Yes, according to the readme [here](https://github.com/bazelbuild/examples/tree/main/bzlmod), both WORKSPACE and MODULE.bzlmod can work together, although personally, I'm setting up a new project so would like it all to be in the...

I've created a PR with a permanent fix, all it took was adding a MODULE.bazel and extensions.bzl file to the repo, all functionality now works with bzlmod smoothly via a...

Hi, I have just purchased Aldente Pro Perpetual Licence and I am getting the same issue! Is there any eta on when this could be fixed or is there any...

@fmeum Any idea why rules_apple isn't being found in the BCR in builds?

Oh of course 🤦‍♀️🤦‍♀️ Thank you!

@fmeum Do I need to do something special to have the build runner use apple cc toolchain? (Like to depend on apple_support at the top level). Apple support is already...

Ahh okay! I guess I've very much liked the simplicity of Bazel for projects, it turns out a lot tidier than cmake in my experience, but totally makes sense not...

Hmm strange, I got: `glibtool --version glibtool (GNU libtool) 2.4.7 Written by Gordon Matzigkeit, 1996 Copyright (C) 2014 Free Software Foundation, Inc.` Looking [Here](https://www.gnu.org/software/libtool/), I it should be one patch...

Wait I think I was installing from the tarball though, will try straight from git, will let you know the result