summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2024-12-30 22:00:01 -0500
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2025-11-17 11:52:37 -0500
commitc286dcb017296bc2a8f0b536d6ef49a54c67cece (patch)
tree2965f5e44d17673fccad1aac66b9a15dca962232 /pkgs/development/python-modules/python-openstackclient
parent504ad0ac46cfa6910e45e0201c69a3afabc0a52e (diff)
ruby: Fix cross-compilation with yjit
Otherwise it will produce `yjit.a` with the default target for the `rustc` compiler, which in turn turns out to be the build platform? It could be configured using the `RUST` environment variable, and since it's used without quoting it would expand the arguments added to it. Using `RUST = "rust --target ..."` I think would be undesirable for cross-compiling (and native), since it will save those arguments in `lib/ruby/*/*/rbconfig.rb`. Though that might be fine too. I guess. Note that 3.2 breaks differently. I haven't investigated it, since it's not the default anymore, and will eventually be dropped. Signed-off-by: Samuel Dionne-Riel <samuel@dionne-riel.com> (cherry picked from commit 75d6216956bfb72a2a1082da7237f74dddf8e123)
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions