Austin Schuh

Results 92 comments of Austin Schuh

libtinfo5 is a library you can install (or patch into the llvm install) on 22.04.

Bazel bits look good. In general, I'm a big clang fan, but I can't judge if that is good for this project or not.

Remove .DS_Store which OSX automatically added for some reason. We could probably do a better job of filtering, but that would fix your problem.

Wohoo! Sounds good, though as PJ mentions, I think the glob is too liberal rather than using the bazel ignore file. It'll also pick up editor swap files, etc.

Awesome! Holler if you get stuck.

I think that's @lberki 's point. ```gencquery``` would be the way to get the flags in.

So, yea, I got around this in a pretty terrifying way. Please tell me how to do it better :) In bazel, I did: ``` diff --git a/tools/jdk/BUILD b/tools/jdk/BUILD index...

Yea... I'll probably take the patch in the short term until there's a proper fix.

Did this get anywhere? We are sooo close to no longer needing to patch Bazel when upgrading. I think this is our last issue.

There definately were errors. I uninstalled the JDK from the machine in question, set JAVA_HOME to /dev/null, and got an error. (At the time, and @bsilver8192 can correct me, too...