Code Monkey home page Code Monkey logo

Comments (7)

inclyc avatar inclyc commented on June 14, 2024 3

Regression tests & unit tests SIGESGV on darwin

from nixd.

573 avatar 573 commented on June 14, 2024 1

I think it should be safe to update the flake at least I managed to cross-compile nixd in a devShell:

$ nix develop .#devShells.aarch64-linux.nixd --override-input nixd "../nixd" --command bash -c "pushd ~/nixd && file build/nixd && git diff --cached"
warning: Git tree '/home/dkahlenberg/.nix-config' is dirty
warning: Git tree '/home/dkahlenberg/nixd' is dirty
warning: not writing modified lock file of flake 'git+file:///home/dkahlenberg/.nix-config':
• Updated input 'nixd':
'github:nix-community/nixd/5bf24a323345a61ef8365f81205623f5b3addf56' (2023-05-30)
→ 'git+file:///home/dkahlenberg/nixd' (2023-05-30)
~/nixd ~/.nix-config
build/nixd: ELF 64-bit LSB executable, ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /nix/store/c307jrr61k4a20hrvmrp3v6if83wk10d-glibc-2.37-8/lib/ld-linux-aarch64.so.1, for GNU/Linux 3.10.0, not stripped
diff --git a/flake.nix b/flake.nix

index c11c555..809acb8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -45,6 +45,6 @@
           '';
         };
       };
-    systems = [ "x86_64-linux" ];
+    systems = [ "x86_64-linux" "aarch64-linux" ];
   };
 }

from nixd.

adisbladis avatar adisbladis commented on June 14, 2024 1

This is partially dealt with in #41.

from nixd.

inclyc avatar inclyc commented on June 14, 2024

Tested that nixd works on aarch64-linux (Apple M1), and Raspberry Pi

from nixd.

inclyc avatar inclyc commented on June 14, 2024

Tested that nixd works on aarch64-linux (Apple M1), and Raspberry Pi

Sadly tests fail on M1.

from nixd.

inclyc avatar inclyc commented on June 14, 2024

Tested that nixd works on aarch64-linux (Apple M1), and Raspberry Pi

Sadly tests fail on M1.

fallback to single-thread mode, to workaround our eval tasks. #45

from nixd.

inclyc avatar inclyc commented on June 14, 2024

#53

from nixd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.