Artemis Tosini artemist
  • Joined on 2024-03-28
artemist pushed to test-fix at artemist/lix-installer 2024-06-02 00:52:43 +00:00
9705a12ec0 tests: Fix container and VM tests
85bbfe3d7c lix-installer.sh: rename
f6ee8eeda8 treewide: s/nix_installer/lix_installer/ where needed
cc9f65a03a tests: fix json syntax error
Compare 4 commits »
artemist pushed to test-fix at artemist/lix-installer 2024-06-02 00:24:12 +00:00
c67dd89f3d tests: Fix container and VM tests
artemist opened issue lix-project/lix-installer#15 2024-06-01 23:25:32 +00:00
Lix-installer places copy in /tmp/nix-installer
artemist pushed to test-fix at artemist/lix-installer 2024-06-01 22:59:21 +00:00
3fa4fa1c8a lix-installer.sh: rename
46c9138b59 treewide: s/nix_installer/lix_installer/ where needed
Compare 2 commits »
artemist created branch test-fix in artemist/lix-installer 2024-06-01 22:43:55 +00:00
artemist pushed to test-fix at artemist/lix-installer 2024-06-01 22:43:55 +00:00
0d36da285c tests: fix json syntax error
artemist created repository artemist/lix-installer 2024-06-01 22:43:17 +00:00
artemist commented on issue lix-project/lix#282 2024-05-09 01:39:01 +00:00
nix-store --delete fails to delete derivations whose outputs exist

This looks like it could be arguments being treated as roots. What platform is this on?

artemist commented on issue lix-project/lix#277 2024-05-08 21:21:05 +00:00
Eval failure of devShells.x86_64-linux.x86_64-freebsd13 in Lix

Yes, that's probably a good idea. You'll need changes to lix to build for FreeBSD anyway (A -Wl,--allow-undefined option because environ is undefined in libc, among others)

artemist commented on issue lix-project/lix#277 2024-05-08 18:56:28 +00:00
Eval failure of devShells.x86_64-linux.x86_64-freebsd13 in Lix

There's a lot of FreeBSD changes in nixpkgs in progress, one of the biggest ones is that we removed the FreeBSD version from the target string (it should be x86_64-freebsd now). However, these…

artemist commented on issue lix-project/lix#272 2024-05-06 05:10:20 +00:00
kill aws-sdk-cpp with fire

please... cross-compiling aws-cpp-sdk from linux to freebsd is a huge pain

artemist pushed to sandbox-refactor at artemist/lix 2024-05-03 02:25:32 +00:00
cd0534c178 libstore: move cgroup to linux subclass
360e8926bf libstore: Move some init to preStartBuilder
Compare 2 commits »
artemist pushed to sandbox-refactor at artemist/lix 2024-05-02 21:11:38 +00:00
58ac6f5e50 libstore: Move more linux sandbox out of local-derivation-goal
artemist pushed to sandbox-refactor at artemist/lix 2024-05-02 20:23:32 +00:00
46e8ce2be5 libstore: cleanup extraneous includes
47cd6e2e53 libstore: move platform to subdirectories
90510a01ca libstore: Move darwin sandbox into platform
b3df5491a3 libstore: Start moving sandboxing into platform files
e1d6394f89 libstore: create platform subclasses of LocalDerivationGoal
Compare 18 commits »
artemist pushed to sandbox-refactor at artemist/lix 2024-05-02 20:22:14 +00:00
dd7b2d1ce0 libstore: cleanup extraneous includes
artemist commented on issue lix-project/lix#207 2024-05-01 01:23:53 +00:00
Lix has broken seccomp rules blocking creating setuid files in the builder

Unfortunately nosuid doesn't prevent creating setuid files, only treating them as setuid during execution.

If we actually want to prevent creating setuid files we either need to have an…

artemist pushed to sandbox-refactor at artemist/lix 2024-04-30 22:45:51 +00:00
69f6a373fb libstore: move platform to subdirectories
artemist pushed to sandbox-refactor at artemist/lix 2024-04-30 22:19:17 +00:00
40fcf83a39 libstore: Move darwin sandbox into platform
artemist pushed to sandbox-refactor at artemist/lix 2024-04-30 20:42:52 +00:00
7827bd99e1 libstore: Start moving sandboxing into platform files
artemist pushed to sandbox-refactor at artemist/lix 2024-04-30 18:09:07 +00:00
bf6b783acf libstore: create platform subclasses of LocalDerivationGoal