Commit Graph

558 Commits (tecpak)

Author SHA1 Message Date
Sebastien Bourdeauducq 50859120da stm32: build with nixos 19.09 2019-09-19 09:50:37 +08:00
Sebastien Bourdeauducq dcf0397bc8 web: build with nixos 19.09 2019-09-19 09:45:40 +08:00
Sebastien Bourdeauducq 099b7dee2a nixbld: store email account info in /etc/nixos/secret 2019-09-19 09:44:34 +08:00
Sebastien Bourdeauducq d28167badf Revert "nixbld: use store_uri for hydra"
secret-key should not be used with the local store (https://github.com/NixOS/hydra/issues/679#issuecomment-532607341)

This reverts commit ef80154c64.
2019-09-18 18:46:18 +08:00
Sebastien Bourdeauducq ef80154c64 nixbld: use store_uri for hydra
Note that binary_cache_secret_key_file is actually not ignored, contrary to what the hydra warning message says.
binary_cache_secret_key_file is used by the perl code, when hydra itself as acting as a binary cache (over http), but store-uri is used by the c++ code, when the queue-runner is copying artifacts into whatever the store-uri is
This mess ought to be cleaned up in hydra at some point.
2019-09-18 17:35:39 +08:00
Sebastien Bourdeauducq 361d7445a5 nixbld: cleanup 2019-09-18 15:38:07 +08:00
Sebastien Bourdeauducq 0f45d03e32 nixbld: fix flarum 'bad gateway' error 2019-09-18 14:23:14 +08:00
Sebastien Bourdeauducq f531f0c0d7 nixbld: add IPv6 tunnel 2019-09-18 12:38:35 +08:00
Sebastien Bourdeauducq 9ea3e2e47b nixbld: factor out network interface names 2019-09-18 12:20:03 +08:00
Sebastien Bourdeauducq 3bd0f2c1e9 nixbld: LAN router
Replaces OpenWrt router that was limited to 100Mbps (new fiber is 300Mbps).
2019-09-18 12:13:10 +08:00
Sebastien Bourdeauducq 44018d0a56 nixbld: handle upstream patches properly in overridden packages 2019-09-18 11:57:13 +08:00
Sebastien Bourdeauducq 8efe227959 nixbld: NixOS 19.09 fixes 2019-09-17 17:22:43 +08:00
Sebastien Bourdeauducq 4f648fba07 nixbld: fix nginx alias_traversal configuration issue
https://github.com/yandex/gixy/blob/master/docs/en/plugins/aliastraversal.md
2019-09-17 16:40:22 +08:00
Sebastien Bourdeauducq efc066d2cb openocd: fix build with gcc8 2019-09-17 09:48:39 +08:00
Sebastien Bourdeauducq bd9062421d nixbld: enable apparmor
This doesn't do much for now and apparmor support needs some work, but this enables the
kernel boot options so we can fix apparmor later without having to reboot the server.
2019-09-16 09:32:58 +08:00
Sebastien Bourdeauducq cf6173a240 stabilizer: update cargoSha256 2019-09-13 13:46:08 +08:00
Sebastien Bourdeauducq b8b6fdbba5 nixbld: add prototype mail server 2019-09-13 12:48:51 +08:00
Sebastien Bourdeauducq 40e87731e0 nixbld: enable UPS monitoring 2019-09-11 17:37:59 +08:00
Sebastien Bourdeauducq 01c4478099 rpi: use default linux kernel 2019-09-11 17:37:20 +08:00
Sebastien Bourdeauducq d8a0b2bdac stabilizer: update cargoSha256 2019-09-11 16:12:34 +08:00
Sebastien Bourdeauducq 9059658521 artiq-full: add oregon 2019-09-11 15:55:33 +08:00
Robert Jördens 20a9e3df08 artiq-full: add ptb6 2019-09-10 19:40:30 +02:00
Sebastien Bourdeauducq 350701c682 nixbld: update installed packages 2019-09-05 16:47:01 +08:00
Sebastien Bourdeauducq 8a8f987098 nixbld: act as wifi access point 2019-09-05 15:27:44 +08:00
Sebastien Bourdeauducq b6e65c0989 stabilizer: update cargoSha256 2019-08-29 19:27:33 +08:00
Sebastien Bourdeauducq 8decf4700d artiq-full: add indiana 2019-08-29 19:07:02 +08:00
Sebastien Bourdeauducq 33631c5f85 rustc: build ARM crates 2019-08-26 11:40:30 +08:00
Sebastien Bourdeauducq 9b99ee9aad Revert "binutils-arm: armv7-unknown-linux-gnueabihf -> armv7-linux-gnueabihf"
rustc insists on -unknown.

This reverts commit d3c514ac7c.
2019-08-26 11:22:41 +08:00
Sebastien Bourdeauducq d3c514ac7c binutils-arm: armv7-unknown-linux-gnueabihf -> armv7-linux-gnueabihf 2019-08-26 11:12:25 +08:00
Sebastien Bourdeauducq 5c64321fcc binutils-arm: use armv7-unknown-linux-gnueabihf target 2019-08-26 10:37:24 +08:00
Sebastien Bourdeauducq 5e1d97618c binutils: consistent naming 2019-08-26 10:17:17 +08:00
Sebastien Bourdeauducq 63cd39068c llvm: target ARM (Zynq) 2019-08-26 09:29:49 +08:00
Sebastien Bourdeauducq aa30c7b539 add ARM binutils to the development environment (Zynq) 2019-08-25 09:27:12 +08:00
Sebastien Bourdeauducq 11b91906e2 migen: bump 2019-08-23 18:42:10 +08:00
Sebastien Bourdeauducq 312689fc61 migen: bump 2019-08-23 18:40:00 +08:00
Sebastien Bourdeauducq 19f124bff3 migen-axi: fix MiSoC identifier core compatibility, enable tests 2019-08-23 18:08:20 +08:00
Sebastien Bourdeauducq 405a9ecc1b ramda: enable tests 2019-08-23 17:41:51 +08:00
Sebastien Bourdeauducq a089158a1d add migen-axi to the development enviroment
Enables Zynq gateware development.
2019-08-23 17:01:39 +08:00
Sebastien Bourdeauducq 709c004585 rpi: update nix channel URL 2019-08-17 10:27:25 +08:00
Astro dc3cc3f596 nixbld: run hydra hooks for artiq-manual only on success
should fix GH issue #18
2019-08-14 00:05:04 +02:00
Sebastien Bourdeauducq 615fb34dc7 artiq-full: add wipm4 2019-08-12 15:47:40 +08:00
Robert Jördens 35c88811a9 artiq-full: add opticlock 2019-08-08 22:00:38 +02:00
Sebastien Bourdeauducq e96907239e thermostat: update cargoSha256 2019-08-08 18:31:21 +08:00
Sebastien Bourdeauducq 4c9973893e stm32: update rust 2019-08-08 17:52:09 +08:00
Sebastien Bourdeauducq d5c87cf188 stabilizer: update cargoSha256 2019-08-08 17:20:48 +08:00
Robert Jördens ff7349c9b7 add ptb5 2019-08-06 17:34:30 +02:00
Robert Jördens c9fb50b3d2 add innsbruck 2019-08-06 13:55:12 +02:00
Robert Jördens 59c58abd89 ptb4, siegen: add 2019-08-05 18:59:51 +02:00
Robert Jördens a14fbf0d8f add npl1, npl2 2019-08-02 11:24:35 +02:00
Sebastien Bourdeauducq f92d6b96f4 nixbld: disable docker 2019-08-01 10:37:47 +08:00