Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

January 27, 2020

lv_micropython build error · Issue #32 · littlevgl/lv_binding_micropython · GitHub

@amirgon Hi there, I built dev_6.0 recently with errors like these: In file included from ../../lib/lv_bindings/lvgl/src/lv_misc/lv_task.c:16:0: ../../lib/lv_bindings/lvgl/src/lv_misc/lv_task.c: In...

[Nix-dev] drone and nix (sort of solved)

Hi all, I while ago here I asked about using nix with drone.io (a CI system which uses docker), to deal with push based tests. I previously reported back with a solution with gitlab, but I did end up with a workable (not perfect) solution for drone. On the 'drone agent' machine run this once: # docker volume create nix # docker run --rm -v nix:/newnix nixos/nix cp -a /nix/store /nix/var /newnix in the .drone.yml files: pipeline: build: image: nixos/nix commands: ... volumes: - nix:/nix/ And whenever you want to update nixchannel: # docker run -v nix:/nix/ --rm -ti nixos/nix nix-channel --update This will share the /nix directory with every build, so rebuild (and downloads!) are kept to a minimum. Maybe it helps someone. Thanks! Harmen

Gestion de paquets et DevOps avec Nix, tour d’horizon sur un cas concret

L'actualité du Logiciel Libre et de Linux, sur un site francophone contributif géré par une équipe bénévole par et pour des libristes enthousiastes