Xiretza
Xiretza
Any update on this?
Ah, yes, I had misinterpreted that flag - it's actually unrelated to putting `setup.py` in the module directory, it's just an opt-in for behaviour that will become the default in...
Hm, the `eos-s3` family somehow installs an older pip version - not sure how that can happen, but I've removed the `--use-feature=in-tree-build` option from that test job.
That commit does the exact opposite of this PR.
It does, and this PR does not (as far as I can tell, `--use-feature=in-tree-build` is a desired option for future-proofing). The PR is about building the python package from the...
I'd love to see this added, would it be possible for a maintainer to have a look at it?
Yes - interestingly, when running `podman run` as root, then not even DNS works (neither for v4 nor v6), but I think that's a different issue.
I see. Is it possible to make buildah set that too? Should I go and open an issue in https://github.com/containers/buildah/?
This is still an issue with 8b3e740 - here's a less artificial test case, since that was a concern: ```vhdl library ieee; use ieee.std_logic_1164.all, ieee.numeric_std.all; entity ent is port (...
FYI, [VlogHammer](https://github.com/YosysHQ/VlogHammer) might come in useful for testing this. The patch below is an attempt at adapting it for ghdl (to be run with `make YOSYS_MODE=ghdl GHDL_MODULE=/path/to/ghdl.so syn_yosys`), but there's...