Siddhartha Bagaria

Results 19 issues of Siddhartha Bagaria

See https://github.com/bazelbuild/rules_docker/issues/379#issuecomment-381097502 for where this is useful.

This allows to instrument packages such that a single test run can trace multiple packages and output trace counters for all of them together on session exit. In my understanding,...

Currently, the container [tests in our CI](https://github.com/grailbio/bazel-toolchain/runs/6015015149?check_suite_focus=true) are failing for Leap and Tumbleweed with messages like: ``` ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol 'stdout'; recompile with -fPIC...

We should test if our builds are bytewise reproducible with the default flags. An example of such a test is [in rules_r](https://github.com/grailbio/rules_r/blob/master/tests/repro/repro_test.sh). I think because we are not setting `ZERO_AR_DATE=1`...

enhancement

For example, as of today, with bazelisk version 1.5.0 and bazel version 3.4.1, the `--migrate` mode tries these flags which are not defined for bazel 3.4.1: ``` --//tools/build_defs/pkg:incompatible_no_build_defs_pkg (Bazel 4.0:...

When libpq is not installed in the user's system, the user does not get an appropriate error message. The package configure script attempts to use a bundled distribution but fails...

### What version of rules_go are you using? 0.41.0 ### What version of gazelle are you using? N/A ### What version of Bazel are you using? 6.3.2 ### Does this...

Go toolchain checks which linker flags are available by running the linker on a temporary file. Before Go 1.21, this command was run in a temporary directory, but this has...

This can help the users specify which chemicals will definitely stay in one of the phases and the rest will go into the other. Useful when composing systems and you...