Thulio Ferraz Assis
Thulio Ferraz Assis
> Converted to draft, because CI for this repo is not working properly. CI is working as expected. This repo only gets a CI run manually since it consumes a...
This is probably the missing piece of https://github.com/aspect-build/gcc-toolchain/issues/75 after adding https://github.com/aspect-build/gcc-toolchain/commit/bcc2a0407419b99459ca3aa48119ebbf3869c122 (which triggered the blog post https://blog.aspect.dev/hermetic-c-toolchain). I'm tempted to just add this snippet as part of the releases with...
I agree we should be clear about the extra flags required, they are indeed non-obvious. Before finding `BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN` buried somewhere deep into the source code, I used to set `CC=/bin/false`...
We can use https://github.com/wailsapp/wails for opening the web app and communicating back with Go.
My preference is github.com/sirupsen/logrus, which we use in our private repo already. Though, any logging should use an interface instead with a private implementation that wraps the real logging framework,...
There's almost zero effort to wrap the logging framework and a lot of effort to replace a logging framework if such a wrap doesn't exist. I'm fine going with zap.
@alexeagle Not sure how much you want to unit test this, but you can always mock a bunch of stuff if you start using more interfaces. The code will grow...
Before merging this, we want to set up the remote cache.
I guess we never set up the remote cache?
@stabai I can see that those commands should not depend on being inside a valid Bazel workspace. On the other hand, if you want to check if an executable is...