File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 run : |
155155 echo "Stubbed out"
156156 compiletest :
157- name : Compile tests
157+ name : Compile tests / Ubuntu-24.04 / CUDA-12.8.1
158158 runs-on : ubuntu-latest
159159 container :
160160 image : " ghcr.io/rust-gpu/rust-cuda-ubuntu24-cuda12:latest"
Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ fn find_rustc_codegen_nvvm(workspace_root: &Path) -> PathBuf {
548548 target_dir. join( "release" ) . join( & filename) ,
549549 ] ;
550550
551- println ! ( "Searching for {} in:" , filename ) ;
551+ println ! ( "Searching for {filename } in:" ) ;
552552 for path in & search_paths {
553553 println ! ( " Checking: {}" , path. display( ) ) ;
554554 if path. is_file ( ) {
@@ -564,7 +564,7 @@ fn find_rustc_codegen_nvvm(workspace_root: &Path) -> PathBuf {
564564 || name. ends_with ( ".so" )
565565 || name. ends_with ( ".dylib" )
566566 {
567- println ! ( " - {}" , name ) ;
567+ println ! ( " - {name}" ) ;
568568 }
569569 }
570570 }
@@ -592,7 +592,7 @@ fn find_rustc_codegen_nvvm(workspace_root: &Path) -> PathBuf {
592592 || name. ends_with ( ".so" )
593593 || name. ends_with ( ".dylib" )
594594 {
595- println ! ( " - {}" , name ) ;
595+ println ! ( " - {name}" ) ;
596596 dll_count += 1 ;
597597 }
598598 }
@@ -637,7 +637,7 @@ fn find_rustc_codegen_nvvm(workspace_root: &Path) -> PathBuf {
637637 || name. ends_with ( ".so" )
638638 || name. ends_with ( ".dylib" )
639639 {
640- println ! ( " - {}" , name ) ;
640+ println ! ( " - {name}" ) ;
641641 }
642642 }
643643 }
@@ -664,7 +664,7 @@ fn find_rustc_codegen_nvvm(workspace_root: &Path) -> PathBuf {
664664 || name. ends_with ( ".so" )
665665 || name. ends_with ( ".dylib" )
666666 {
667- println ! ( " - {}" , name ) ;
667+ println ! ( " - {name}" ) ;
668668 dll_count += 1 ;
669669 }
670670 }
You can’t perform that action at this time.
0 commit comments