Ignas Anikevicius
Ignas Anikevicius
Similar to #6, vhosts should be also only configured on the master node if setting up a cluster.
Hi @jasonroyle, Thanks a lot for this ansible role. I found this to be the best thing available at the moment for creation of a new RabbitMQ cluster. However, I...
This needs upstream support via https://github.com/bazelbuild/rules_shell/issues/16
With this change we add support for platform-specific wheel registration and doing the selection of which wheel is used at build time. This supports: * Different package versions for different...
See comment https://github.com/bazelbuild/rules_python/pull/1593#discussion_r1424725021 for context. The outline of the potential API is: ```starlark pip.register_platform( name = "linux_x86_64", cpu = "@platforms//cpu:x86_64", os = "@platforms//os:linux", ) ``` By default `rules_python` could register...
Creating a ticket so that it is easy to add generic comments about the next release here. I personally think we need to fix a few toolchain related issues and...
This PR implements a better way of specifying the requirements files for different (os, cpu) tuples. It allows for more granular specification than what is available today and allows for...
# Feature request It seems that the latest [standalone python release][indygreg] contains a toolchain for armv7 for Python 3.11 and Python 3.12. In #1770 a new platform definition has been...
We start using the recently introduced `is_python_config_setting` to make it possible to have a working select statement when multiple python version selection needs to happen in a `whl_library`. This adds...