Claudio Bley

Results 295 comments of Claudio Bley

Thank you for your quick response! > I am not sure we support cross compile well based on some of my knowledge about the `tools`. > > In general, you...

Hah, i just found this comment: > This parser is a bit naive e.g. it will not work correctly for e.g. x86_64-linux-gnu where the vendor is omitted. However it seems...

OK, using `x86_64-unknown-windows-gnu` makes it work better. After `sbt compile`: ```console $ rg foo_system_is_ generated/494ee56d.ll 772:declare i32 @"foo_system_is_windows"() 786: %_4000003 = call i32 @"foo_system_is_windows"() ``` There is no mention of...

Hi. In a similar way, is it possible to avoid using the binaries for my current system? Reason is that the binaries do not work: ``` /run/user/1000/.cache/bazel/_bazel_claudio/d8784845802f85734743b59142c4faef/external/com_github_protocolbuffers_protobuf/BUILD:354:15: Generating Descriptor Set...

Thank you! > It would be helpful if you could help capture the java log in `$(bazel info output-base)/java.log*`, specifically the logs from `BuildEventServiceUploader` would be pretty beneficial. I want...

I have made a PR [here](https://github.com/tweag/rules_haskell/pull/1931) where I uploaded log files as artifacts. See [here](https://github.com/tweag/rules_haskell/actions/runs/5793089321?pr=1931#artifacts). Looking at the ["windows-latest rules_haskell bzlmod"](https://pipelines.actions.githubusercontent.com/serviceHosts/8ef8d023-d7cd-4ed9-913e-b61147e77738/_apis/pipelines/1/runs/2468/signedartifactscontent?artifactName=Logs%20windows-latest%20rules_haskell%20bzlmod&urlExpires=2023-08-08T14%3A16%3A40.3227904Z&urlSigningMethod=HMACV2&urlSignature=Vps%2BBTWOskJ3c7h2ZfWg2jyLp8ESPLkYGO1T4c5DxtQ%3D) job's logs: ``` 230808 05:23:49.822:I 1 [com.google.devtools.build.lib.runtime.BlazeRuntime.main] Starting Bazel...

I did set the `KeepAliveTime` registry entry to [300000 milliseconds = 5 mins](https://github.com/avdv/rules_haskell/blob/9b48bd6991f3e3b208260eb46bffddf6f87a07a6/.github/workflows/workflow.yaml#L109), but that did not help. Yet it almost seems to happen at steady rate once every 5mins...

Just to note (seems I only mentioned this in Slack), we are mostly seeing this error with PRs from forks (where the BuildBuddy API secret is not set, so we...

Thank you @sluongng, but seems like it did not help: https://github.com/tweag/rules_haskell/actions/runs/5834070440/job/15838104954?pr=1935 I'll retry and try to get a log file. \edit: the job ran successfully on the third try.

This fails to build on Windows with undefined symbols while linking. See https://tweag.buildbuddy.io/invocation/58fd3f5d-b7dc-4f05-80b5-77b8ce1b5767 ``` @protobuf~26.0.bcr.1//:protoc No results ERROR: non zero exit: local spawn failed for CppLink ld.lld: error: undefined symbol:...