Ben Radford

Results 34 comments of Ben Radford

I managed to reproduce the same error on a [minimal example](https://github.com/benradf/rules_docker-python-example) without rules_nixpkgs so I think this is a more general problem with rules_docker. Taking a step back, I'm not...

Thanks for reporting this @dfee. I don't have access to a Mac right now to reproduce this myself, but hopefully later this week I'll be able to. In the meantime,...

CI fails with this error: ``` error: builder for '/nix/store/rzlz2gfgn4pdvsggd57n0mxv8mw2lncz-python3.10-werkzeug-3.0.1.drv' failed with exit code 2; last 10 log lines: > File "", line 1050, in _gcd_import > File "", line...

Hi @DolceTriade, cross compilation is something that comes up a lot since the M1 was released, so it's great that you're interested in tackling this issue. > That said, initially...

@DolceTriade #240 was just merged, so you can base your PR to fix the hardcoded CPU off `master` now.

Hi @malt3, thanks for your interest in adding this functionality. A pull request would be welcome. I'd suggest putting the new toolchains under `toolchains/pkg/`, and if you have the time...

Looks like the CI errors are due to the [tilde in path issue](https://github.com/NixOS/nix/issues/7742) that @aherrmann encountered a little while ago.

> Oh interesting. Is this the work around? [NixOS/nix#7742 (comment)](https://github.com/NixOS/nix/issues/7742#issuecomment-1420407931) > > I'll take a stab at this later today Yeah, I think that should do the trick. From the...

I'd like to try and get this merged. Unfortunately [this commit](https://github.com/tweag/rules_nixpkgs/commit/645e6a826bb9123ac338bd56615dad23dff1bee8) that refactored `_nixpkgs_package_impl` has caused a non-trivial merge conflict. I'll have a go at resolving it when I have...

This issue is occurring for me as well, but the following patch seems to resolve it: ```diff --- a/src/FSAL/commonlib.c +++ b/src/FSAL/commonlib.c @@ -3159,6 +3159,8 @@ void save_op_context_export_and_clear(struct saved_export_context *saved) op_ctx->ctx_export...