!sBfrWMVsLoSyFTCkNv:nixos.org

OfBorg

141 Members
Number of builds and evals in queue: https://ofborg.org/prometheus/graph?g0.expr=ofborg_queue_evaluator_waiting&g0.tab=1&g0.stacked=0&g0.show_exemplars=0&g0.range_input=2h&g1.expr=ofborg_queue_builder_waiting%7Barch!~%22.*-lowprior%22%7D&g1.tab=1&g1.stacked=0&g1.show_exemplars=0&g1.range_input=2h54 Servers

Load older messages


SenderMessageTime
27 Jun 2021
@server_stats:nordgedanken.devServer Stats Discoverer (traveler bot) joined the room.22:59:17
28 Jun 2021
@cw:kernelpanic.cafecw (Vi/Vim) joined the room.00:11:31
30 Jun 2021
@cw:kernelpanic.cafecw (Vi/Vim) changed their display name from cw (28 cycles) to cw (Vi/Vim).16:27:48
2 Jul 2021
@obfusk:matrix.org幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆) joined the room.16:08:34
5 Jul 2021
@spacesbot:nixos.devspacesbot - keeps a log of public NixOS channels joined the room.19:20:36
@spacesbot:nixos.devspacesbot - keeps a log of public NixOS channels 19:49:30
6 Jul 2021
@obfusk:matrix.org幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆) changed their display name from 幸猫 to 幸猫 (they/them).18:58:23
@obfusk:matrix.org幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆) changed their display name from 幸猫 (they/them) to 幸猫 (π‘‘β„Žπ‘’π‘¦/π‘‘β„Žπ‘’π‘š).19:11:08
@spacesbot:nixos.devspacesbot - keeps a log of public NixOS channels changed their display name from spacesbot to spacesbot - keeps a log of public NixOS channels.22:11:39
@obfusk:matrix.org幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆) changed their display name from 幸猫 (π‘‘β„Žπ‘’π‘¦/π‘‘β„Žπ‘’π‘š) to 幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆).22:40:34
7 Jul 2021
@cole-h:matrix.orgcole-h Looks like that "few hours" was a lie. Finally getting around to it, thanks andi-. 19:11:23
@andi:kack.itandi-Yay! Time to disappear while ofBorg breaks :D19:20:47
@cole-h:matrix.orgcole-hHahahah19:20:53
@cole-h:matrix.orgcole-hThat's what I'm here for :P19:20:57
@andi:kack.itandi-Very good. I'll propose more breaking changes!19:21:19
@cole-h:matrix.orgcole-hHaha19:21:46
@cole-h:matrix.orgcole-h andi-: Do you happen to have a mac on hand? 21:20:49
@andi:kack.itandi-What for? Building ofBorg?21:21:14
@cole-h:matrix.orgcole-hYeah. With your PR merged, ofborg can't find Security to link against anymore21:21:27
@cole-h:matrix.orgcole-h I'm thinking it's because defaultCrateOverrides is no longer respected, or something along those lines 21:21:39
@andi:kack.itandi-oh, add it to buildInputs21:22:03
@cole-h:matrix.orgcole-h(since we have an overlay does adds Security to the things, but that didn't appear to work)21:22:06
@andi:kack.itandi-I still wonder why we don't just have all the mac shit in all the stdenv builds on darwin...21:22:27
@cole-h:matrix.orgcole-hGood question tbh.21:22:51
@andi:kack.itandi-I am testing on this m1 now. Don't have another mac right now.21:23:29
@cole-h:matrix.orgcole-hAppreciate it, thanks.21:23:49
@andi:kack.itandi-gonna take a while. Eval is super slow on this machine for whatever reason. Might just be the newer Nix :/21:24:47
@cole-h:matrix.orgcole-hAll good. I've rolled back the darwin machine to the previous generation for the moment.21:25:06
@andi:kack.itandi-

cole-h:

   Compiling bitvec v0.19.5
diff --git a/default.nix b/default.nix
index 644ebb0..8d1ff6f 100644
--- a/default.nix
+++ b/default.nix
@@ -4,6 +4,8 @@
 }:

 let
+  inherit (pkgs) lib;
+
   pkg = pkgs.rustPlatform.buildRustPackage {
     name = "ofborg";
     src = pkgs.nix-gitignore.gitignoreSource [] ./.;
@@ -15,7 +17,10 @@ let

     buildInputs = with pkgs; [
       openssl
-    ];
+    ] ++ lib.optional pkgs.stdenv.isDarwin (with pkgs; [
+      darwin.apple_sdk.frameworks.Security
+      darwin.apple_sdk.frameworks.CoreFoundation
+    ]);

     preBuild = ''
       cargo clippy
21:33:47
@andi:kack.itandi- *

cole-h:

diff --git a/default.nix b/default.nix
index 644ebb0..8d1ff6f 100644
--- a/default.nix
+++ b/default.nix
@@ -4,6 +4,8 @@
 }:

 let
+  inherit (pkgs) lib;
+
   pkg = pkgs.rustPlatform.buildRustPackage {
     name = "ofborg";
     src = pkgs.nix-gitignore.gitignoreSource [] ./.;
@@ -15,7 +17,10 @@ let

     buildInputs = with pkgs; [
       openssl
-    ];
+    ] ++ lib.optional pkgs.stdenv.isDarwin (with pkgs; [
+      darwin.apple_sdk.frameworks.Security
+      darwin.apple_sdk.frameworks.CoreFoundation
+    ]);

     preBuild = ''
       cargo clippy
21:33:54

There are no newer messages yet.


Back to Room ListRoom Version: 6