André Bazaglia
André Bazaglia
@coeuvre I see you made the cherry-pick adding the related PR to Bazel 5.2 in the first place. Maybe you have a clue about what is wrong?
As spoken with @thesayyn on Slack, I tested the `js_image_layer` following the example on the e2e folder and noticed something additional had to be done when importing files. It can...
@aaliddell Thank you for clarifying. I've actually seen the issue you mentioned above but I thought it was unrelated. Yes, it is completely reproducible. I just opened a new shell...
That was a nice clue. I tried to isolate anything that could be unique to my environment. I was using bazel installed through yarn ([bazelisk](bazelisk)). When I installed bazel 4.2.2...
Same versions (4.2.2). Bazel: ```bash $ bazel --version bazel 4.2.2-homebrew ``` Bazelisk: ```bash $ yarn bazel version Bazelisk version: v1.11.0 Build label: 4.2.2 Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build time: Thu Dec...
I can confirm the method from the comment on the issue I shared above worked and I'm able to always use binary instead of compiling protobuf. For whoever is interested,...
I've run into something that might be related. When I run a build on my Ubuntu, but still do it remotely on RBE, it succeeds. On my pipeline machine, I'd...
I've tried compiling openssl with Bazel and providing it in the `crate.annotation`, similarly to what is done here: https://github.com/bazelbuild/rules_rust/blob/21eed19188c0359d72f9a508a0c0e7040ff20070/examples/crate_universe/WORKSPACE.bazel#L180-L192 But I still got the same error as @MichaelPaddon shared. I...
@aiuto I'm using [aspect-build/rules_js](https://github.com/aspect-build/rules_js), a new high performance alternative/better approach to `build_bazel_rules_nodejs` and it uses pnpm that heavily depends on symlinks. Unfortunately in Node.js it's not about building just a...