Claudio Bley

Results 295 comments of Claudio Bley

> Is this something you want to tackle in a follow-up PR? Yes, I created an issue to track this: https://github.com/tweag/rules_nixpkgs/issues/264

Hi @betaboon , thank you for your contribution! Are you still working on it or do you need some assistance?

Hi @betaboon , sorry for the long delay. I had a look at this again. Also, I rebased onto master and added a missing dependency. An example for the toolchain...

Oh, I missed this update over the course of my holidays... I'm taking a look now.

Thank you, again! @betaboon

Unfortunately, Bazel is regarding `.cu` files as C++: https://github.com/bazelbuild/bazel/blob/394ddb82b311ea7edbe2522736b0b0202903ddb6/src/main/java/com/google/devtools/build/lib/rules/cpp/CppFileTypes.java#L30-L34 ```java // .cu and .cl are CUDA and OpenCL source extensions, respectively. They are expected to only be // supported with...

Yes, that could be useful. We are doing the same in the rules_haskell repository already: https://github.com/tweag/rules_haskell/blob/4d9d65fd12dde216e3f3b9b13258368318be699a/.bazelrc#L59 https://github.com/tweag/rules_haskell/blob/4d9d65fd12dde216e3f3b9b13258368318be699a/.github/workflows/workflow.yaml#L17-L21

Nice! You beat me to it... :smile: Note, that this is not only useful for cross-compilation, but also when using a static CC based on musl for example (think `pkgs.pkgsStatic.clangStdenv.cc`...

same problem on linux. Trying to change the status code. I am only able to enter an additional value, but not delete / erase something. Hitting backspace with a 4...

> looks like a known error on windows :( I am using Linux.