Commit Graph

1019 Commits

Author SHA1 Message Date
Sebastien Bourdeauducq
616f878714 misoc: bump 2019-10-06 13:10:15 +08:00
Sebastien Bourdeauducq
9502c2b0a8 misoc: bump 2019-10-05 11:04:23 +08:00
Sebastien Bourdeauducq
98fb754b74 migen: bump 2019-10-04 23:04:41 +08:00
Sebastien Bourdeauducq
694ba9dfac migen: bump 2019-10-04 21:32:19 +08:00
Sebastien Bourdeauducq
b8dc4624f7 artiq-full: add saymamaster 2019-10-04 21:20:13 +08:00
Sebastien Bourdeauducq
2375b90ebf migen: bump 2019-10-04 19:11:33 +08:00
Sebastien Bourdeauducq
6a09d1cc6f nixbld: add QF users 2019-09-30 10:33:28 +08:00
Sebastien Bourdeauducq
e05fd797fd nixbld: install gdb system-wide 2019-09-30 10:33:28 +08:00
Robert Jördens
e694e32c08 artiq-full: add mpq 2019-09-27 10:39:49 +02:00
Sebastien Bourdeauducq
771b91f4f3 nixbld: support yubikey+password 2FA 2019-09-22 20:25:03 +08:00
Sebastien Bourdeauducq
5a023b7e8f urukul: build with nixos 19.09 2019-09-19 09:50:56 +08:00
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