Closed fhennig closed 4 months ago
Currently discovered in Makefiles
for operators.
We use nix
to build those on MacOS we need to add --extra-experimental-features nix-command
to execute the build.
I don't know yet if this is fine on other OS's or archs.
We use nix to build those on MacOS we need to add --extra-experimental-features nix-command to execute the build. I don't know yet if this is fine on other OS's or archs.
That's totally normal :+1:
Actually you now need experimental-features = nix-command flakes
Everything looks like working right now :) I wouldn't update the nix files for macOS I think. Put it in review.
@Maleware what exactly can we review here?
If we can work locally with the tools we use. Like make run-dev
e.g. is working for ARM
people too.
Found something, fix: https://github.com/stackabletech/operator-templating/pull/403
Fixes are in and tested, Toolchain works on Edinson (ampere server)
i.e. nix stuff should work on ARM
to be refined