Skip to content

Commit 0cb7dcd

Browse files
committed
fix: spack compiler find --mixed-toolchain
1 parent 6167d61 commit 0cb7dcd

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
@@ -246,7 +246,7 @@ spack config --scope user add "config:source_cache:/var/cache/spack"
246246
spack config --scope user add "config:install_tree:root:/opt/software"
247247
spack config --scope user add "config:ccache:true"
248248
spack config blame config
249-
spack compiler find --scope site
249+
spack compiler find --scope site --mixed-toolchain
250250
spack config blame compilers
251251
EOF
252252

0 commit comments

Comments
 (0)