Compare commits

..

4 Commits

Author SHA1 Message Date
David Mak 0d9db5525c flake: Remove standalone execution of test cases
This is now executed as part of cargo test.
2023-11-16 14:17:10 +08:00
David Mak 7b0d812544 standalone: Add cargo test cases for demos 2023-11-16 14:17:10 +08:00
David Mak fcb00272bc core: Emit dead code warning via stderr 2023-11-16 14:17:10 +08:00
Sebastien Bourdeauducq f020d61cbb update ARTIQ version used for PGO profiling 2023-11-11 11:10:58 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@
(pkgs.fetchFromGitHub {
owner = "m-labs";
repo = "artiq";
rev = "4fa0419c8262099ef297bf8b417f51f4095b2df5";
sha256 = "sha256-edFO4scUlVeZtrPcqnmsjsAI/DgoSRDAbzG60ZP+ZX8=";
rev = "5bbac04bef170cddb608b5dc8d9e6778cc7b31e8";
sha256 = "sha256-TnRS2NrQaDiDzUsmfjkZh69xi2XC9v+4hnkedycAo0k=";
})
];
buildInputs = [