Carlo Cabrera
Carlo Cabrera
Catalina is done, and Big Sur is midway through building `watchman`, so should be done in an hour and a half or so.
``` In file included from /tmp/zeek-20220911-13615-1mtbn59/auxil/broker/include/broker/atoms.hh:5: /tmp/zeek-20220911-13615-1mtbn59/auxil/broker/include/broker/fwd.hh:142:20: error: no template named 'has_type_id' in namespace 'caf'; did you mean 'has_type_id_v'? static_assert(caf::has_type_id::value, ~~~~~^~~~~~~~~~~ has_type_id_v /opt/homebrew/opt/caf/include/caf/type_id.hpp:79:16: note: 'has_type_id_v' declared here constexpr bool has_type_id_v...
Cherry-picked onto #111218.
Nope, `zeek` still doesn't like this version of `caf`. This will likely need a rebase.
I'm a little confused by that, since this is my understanding of the conclusion of our discussion at Homebrew/homebrew-core#110010. In any case: This PR does not change the likelihood of...
Ok, here's an idea: We make the compiler dependency a "soft" dependency, in the sense that `brew install` will still proceed without it installed (and use the unversioned `gcc` to...
> I'm suggesting we use GCC@12 in CI for build, too, given the weird Ubuntu libstdc++/compiler mismatch and the fact that we can just `brew install gcc-12` or whatever it...
> If we're going to install GCC for runtime libraries only: I don't really care what version it is. If we're going to install GCC for build only: it should...
I rebased to make sure tests run against the tip of `master`, but that turned out to be a bad idea... ``` Could not find 'brew' command in PATH. ```...
That seems to work. Just needs the long timeout label.