|
|
|
@ -165,12 +165,12 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
"zynq": { |
|
|
|
|
"zynq-rs": { |
|
|
|
|
"enabled": 1, |
|
|
|
|
"hidden": false, |
|
|
|
|
"description": "ARTIQ on Zynq", |
|
|
|
|
"description": "Bare-metal Rust on Zynq-7000", |
|
|
|
|
"nixexprinput": "nixScripts", |
|
|
|
|
"nixexprpath": "zynq.nix", |
|
|
|
|
"nixexprpath": "zynq-rs.nix", |
|
|
|
|
"checkinterval": 300, |
|
|
|
|
"schedulingshares": 1, |
|
|
|
|
"enableemail": false, |
|
|
|
@ -179,10 +179,52 @@ |
|
|
|
|
"inputs": { |
|
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "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:generated-nix", "emailresponsible": false }, |
|
|
|
|
"zynq-rs": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/zynq-rs.git", "emailresponsible": false }, |
|
|
|
|
|
|
|
|
|
"gitea_repo_name": { "value": "zynq-rs", "type": "string" }, |
|
|
|
|
"gitea_repo_owner": { "value": "M-Labs", "type": "string" }, |
|
|
|
|
"gitea_status_repo": { "value": "zynq-rs", "type": "string" } |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"zynq-beta": { |
|
|
|
|
"enabled": 1, |
|
|
|
|
"hidden": false, |
|
|
|
|
"description": "ARTIQ on Zynq-7000 (beta version)", |
|
|
|
|
"nixexprinput": "nixScripts", |
|
|
|
|
"nixexprpath": "artiq-zynq.nix", |
|
|
|
|
"checkinterval": 300, |
|
|
|
|
"schedulingshares": 1, |
|
|
|
|
"enableemail": false, |
|
|
|
|
"emailoverride": "", |
|
|
|
|
"keepnr": 10, |
|
|
|
|
"inputs": { |
|
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "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-zynq": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/artiq-zynq.git", "emailresponsible": false }, |
|
|
|
|
|
|
|
|
|
"gitea_repo_name": { "value": "artiq-zynq", "type": "string" }, |
|
|
|
|
"gitea_repo_owner": { "value": "M-Labs", "type": "string" }, |
|
|
|
|
"gitea_status_repo": { "value": "artiq-zynq", "type": "string" } |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"zynq": { |
|
|
|
|
"enabled": 1, |
|
|
|
|
"hidden": false, |
|
|
|
|
"description": "ARTIQ on Zynq-7000", |
|
|
|
|
"nixexprinput": "nixScripts", |
|
|
|
|
"nixexprpath": "artiq-zynq.nix", |
|
|
|
|
"checkinterval": 300, |
|
|
|
|
"schedulingshares": 1, |
|
|
|
|
"enableemail": false, |
|
|
|
|
"emailoverride": "", |
|
|
|
|
"keepnr": 10, |
|
|
|
|
"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:generated-nix", "emailresponsible": false }, |
|
|
|
|
"artiq-zynq": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/artiq-zynq.git release-6", "emailresponsible": false }, |
|
|
|
|
|
|
|
|
|
"gitea_repo_name": { "value": "artiq-zynq", "type": "string" }, |
|
|
|
|
"gitea_repo_owner": { "value": "M-Labs", "type": "string" }, |
|
|
|
|
"gitea_status_repo": { "value": "artiq-zynq", "type": "string" } |
|
|
|
|