flake: Add compiler test prerequisites to devShell

Useful while working on the legacy compiler.
This commit is contained in:
David Nadlinger 2022-04-21 23:47:23 +01:00
parent 58b59b99ff
commit 2cb08814e8
1 changed files with 7 additions and 0 deletions

View File

@ -426,6 +426,10 @@
pkgs.llvmPackages_11.clang-unwrapped pkgs.llvmPackages_11.clang-unwrapped
pkgs.llvm_11 pkgs.llvm_11
pkgs.lld_11 pkgs.lld_11
# To manually run compiler tests:
pkgs.lit
outputcheck
libartiq-support
# use the vivado-env command to enter a FHS shell that lets you run the Vivado installer # use the vivado-env command to enter a FHS shell that lets you run the Vivado installer
packages.x86_64-linux.vivadoEnv packages.x86_64-linux.vivadoEnv
packages.x86_64-linux.vivado packages.x86_64-linux.vivado
@ -433,6 +437,9 @@
pkgs.python3Packages.sphinx pkgs.python3Packages.sphinx_rtd_theme pkgs.python3Packages.sphinx pkgs.python3Packages.sphinx_rtd_theme
pkgs.python3Packages.sphinx-argparse sphinxcontrib-wavedrom latex-artiq-manual pkgs.python3Packages.sphinx-argparse sphinxcontrib-wavedrom latex-artiq-manual
]; ];
shellHook = ''
export LIBARTIQ_SUPPORT=`libartiq-support`
'';
}; };
hydraJobs = { hydraJobs = {