stackabletech / issues

This repository is only for issues that concern multiple repositories or don't fit into any specific repository
2 stars 0 forks source link

Developer toolchain works on ARM #517

Closed fhennig closed 4 months ago

fhennig commented 9 months ago

i.e. nix stuff should work on ARM

to be refined

Maleware commented 8 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.

sbernauer commented 6 months ago

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

Maleware commented 5 months ago

Everything looks like working right now :) I wouldn't update the nix files for macOS I think. Put it in review.

sbernauer commented 5 months ago

@Maleware what exactly can we review here?

Maleware commented 5 months ago

If we can work locally with the tools we use. Like make run-dev e.g. is working for ARM people too.

Maleware commented 4 months ago

Found something, fix: https://github.com/stackabletech/operator-templating/pull/403

Maleware commented 4 months ago

Fixes are in and tested, Toolchain works on Edinson (ampere server)