Michael Bishop

Results 31 issues of Michael Bishop

`c2hsc glibc/include/sched.h` lacks `unshare()` because its in `bits/sched.h` but ``` [nix-shell:~/apps/nixos-configs/namespacer]$ c2hsc glibc/include/bits/sched.h glibc/include/bits/sched.h:24:3: error: #error "Never include directly; use instead." # error "Never include directly; use instead." ^~~~~ ```...

http://hydra.nixos.org/job/nix/master/coverage#tabs-charts data is stored in ``$out/nix-support/hydra-metrics`` and as an example content ``` lineCoverage 68.2 % functionCoverage 67.2 % ``` hydra will log the values at every build, and graph how...

http://hydra.earthtools.ca/eval/7093#tabs-inputs with some jobsets, the result of the eval is rarely changing(only things impacting 1 package), even when a large number of commits are happening and with the old hydra...

this commit allows booting disk images over nfs with the sanboot command

``` [nix-shell:~/apps/rpi/pico/pico-examples/build]$ cmake .. -DPICO_STDIO_USB=1 CMake Error at pico_sdk_import.cmake:54 (message): Directory '/nix/store/iakf0a4wi5al3a6gngf70arkmwcz7il1-source' not found Call Stack (most recent call first): CMakeLists.txt:4 (include) -- Configuring incomplete, errors occurred! See also "/home/clever/apps/rpi/pico/pico-examples/build/CMakeFiles/CMakeOutput.log"....

![screenshot](https://i.imgur.com/7zlE8zu.png) by prefixing key log lines with `~~~` i have gotten the logs to fold nicely, and buildkite clearly says how long each step of the build took what i...

`apt-get install gtk3-nocsd` appears to entirely break `nix-user-chroot`, because we are using a dynamic binary with relative paths for the interpreter and rpath so it still tries to obey: ```...

### System information Type | Version/Name --- | --- Distribution Name | nixos Distribution Version | 22.05 Kernel Version | 5.10.81 Architecture | x86-64 OpenZFS Version | 2.1.1-1 ### Describe...

Type: Performance

stale

https://www.phoronix.com/scan.php?page=news_item&px=Linux-Generic-USB-Display this is a fully open spec on how to drive a display over usb, given that the 2nd core is entirely unused, i'm guessing it has enough processing power...

enhancement