From 5b2ee17cb95a70692d4368fb209a181cf47950bb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 17 Feb 2021 16:21:51 +0800 Subject: [PATCH] build Zynq targets against ARTIQ stable --- hydra/artiq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/artiq.json b/hydra/artiq.json index 073281a..1025030 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -179,7 +179,7 @@ "inputs": { "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-20.09", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, - "artiq-fast": { "type": "sysbuild", "value": "artiq:fast-beta:generated-nix", "emailresponsible": false }, + "artiq-fast": { "type": "sysbuild", "value": "artiq:fast:generated-nix", "emailresponsible": false }, "zynq-rs": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/zynq-rs.git", "emailresponsible": false }, "artiq-zynq": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/artiq-zynq.git", "emailresponsible": false } }