dbx_build_tools icon indicating copy to clipboard operation
dbx_build_tools copied to clipboard

Dropbox's Bazel rules and tools

Results 20 dbx_build_tools issues
Sort by recently updated
recently updated
newest added

Hello, I'm grateful for this package which simplifies running and solving python dependencies quite a bit. However, I'd like to know if there is some recommended way to package the...

I'm interested in fixing up these build rules for the third party dependencies so that they will build on arm64 and powerpc. Primarily this is failing in the openssl and...

I attended bazelcon, and saw that you plan to support macOS. What is a rough timeline for that landing? Currently we are trying to adopt your library, but running into...

I was trying out `dbx_build_tools` for our python project, but ran into an issue again that has been plaguing me for a while. The root cause is an upstream Bazel...

Is there a plan to start tagging versions of dbx_build_tools? If not, I'd like to propose that this be considered. If rolling release is a specific project plan, then I...

https://github.com/dropbox/dbx_build_tools/blob/878fa997e7313c52692fd8d308660786a3442e59/build_tools/py/py.bzl#L136 Was wondering why `'-shared` is removed from the list of flags that is propagated to vpip? I've found that for at least one package with a binary component that...

It seems that action_env isn't included in `ctx.configuration.default_shell_env` as per the issue detailed here https://github.com/bazelbuild/bazel/issues/12049. This means that we can't propagate e.g. `LIBRARY_PATH` or `LD_LIBRARY_PATH` which is needed to support...

I would like to try out the mypy rule, and modified the example slightly to include a dbx_mypy_test target. However, I got the following error - `every rule of type...

squashfs-tools 4.4 does not build with recent gcc. This is fixed in >=4.5. (See e.g. https://github.com/AppImage/AppImageKit/issues/1185) 4.5.1 (https://github.com/plougher/squashfs-tools/releases/tag/4.5.1) is the most recent release at time of writing. All changes from...

Looks like only the generated code is in the dump, not the protos themselves?