Skip to content

Commit f17f6d5

Browse files
committed
fix: spack compiler find --mixed-toolchain
1 parent d016225 commit f17f6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ spack config --scope user add "config:source_cache:/var/cache/spack"
244244
spack config --scope user add "config:install_tree:root:/opt/software"
245245
spack config --scope user add "config:ccache:true"
246246
spack config blame config
247-
spack compiler find --scope site
247+
spack compiler find --scope site --mixed-toolchain
248248
spack config blame compilers
249249
EOF
250250

0 commit comments

Comments
 (0)