Caleb Xu

Results 58 comments of Caleb Xu

As far as I know, Nimrod is now known as just [Nim](https://nim-lang.org/).

While we're here - would it be worth standardizing some of the flags that we use for building Go formulae? Specifically, I would advocate for always including - [`-ldflags "-s...

> Would it be useful to add something like std_go_args (like we have for CMake builds)? I think it would be useful. I've already seen some formulae floating around with...

The non-Homebrew version distributed by upstream (both [runtime](https://gstreamer.freedesktop.org/data/pkg/osx/1.20.3/gstreamer-1.0-1.20.3-universal.pkg) and [development](https://gstreamer.freedesktop.org/data/pkg/osx/1.20.3/gstreamer-1.0-devel-1.20.3-universal.pkg)) seem to contain all fat libraries with both `x86_64` and `arm64` slices. I guess the GitLab issue linked above is...

FYI, this looks M1-specific; works fine on my Intel machine:

The issue is in https://github.com/turbot/steampipe/blob/6557737c90c774313ef24a565fa1c70ff3d49ccb/cmd/root.go#L285-L292 which was introduced in https://github.com/turbot/steampipe/commit/34f9b1ebc45f93a9e59f4129e08130880621b2b9 which is currently only on https://github.com/turbot/steampipe/pull/2518 (v0.17.0-alpha.23). This has not made it to either `main` or `v0.17.x` branches. In lines...

I've taken a look at building bottles with `zopfli`. For reference, the section that I'm looking at replacing is: https://github.com/Homebrew/brew/blob/8dc46a7c477929185cba8ca0de5f9c843b3e9385/Library/Homebrew/dev-cmd/bottle.rb#L428-L436 We create the tarball as two steps to support build...

> We'll need a way to migrate bottles one-by-one, in that case, with some sort of DSL or list. We don't want to change the underlying gzip mechanism and invalidate...

I've added results for `pigz -9` and `pigz -11` in my table above. Again, I'm using a quad-core system here so that affects these numbers, but I think our CI...

Perhaps it should be possible to make `bundle_id` accept either a single ID as a string (for most cases) or multiple IDs as an array of strings? It would save...