Joseph Gette

Results 6 issues of Joseph Gette

So I created an S3 bucket in AWS and all required policies. Bazel-remote is working when used within EC2 Instance with attached policy. But if I am trying to run...

I have started bazel-remote with remote asset API enabled to use as a read-through cache for Artifactory that requires authentication. Obviously, it fails to work because I didn't set any...

Whilst working on migrating https://github.com/DataDog/datadog-agent to bazel we currently have to maintain a hybrid approach and use several build systems simultaneously. We use `rules_foreign_cc` to build `openssl` that is then...

The problem is there is no official way to make openssl portable. Since we are triggering openssl's build system from inside of bazel we are getting sandbox paths injected into...

changelog/no-changelog
qa/no-code-change
medium review

We are using [crosstool-ng](https://github.com/crosstool-ng/crosstool-ng/) to create toolchains. Unfortunately, their layout isn't fully compatible with this repository and we would really like to use gcc-toolchain and just inject our toolchains into...

enhancement