Properly build solana-validator-cuda (#5999)
This commit is contained in:
		@@ -87,9 +87,8 @@ if [[ "$cargoFeatures" = cuda ]]; then
 | 
				
			|||||||
    # shellcheck source=/dev/null
 | 
					    # shellcheck source=/dev/null
 | 
				
			||||||
    source ./target/perf-libs/env.sh
 | 
					    source ./target/perf-libs/env.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    cd validator-cuda
 | 
					 | 
				
			||||||
    # shellcheck disable=SC2086 # Don't want to double quote $rust_version
 | 
					    # shellcheck disable=SC2086 # Don't want to double quote $rust_version
 | 
				
			||||||
    cargo $rust_version build $maybeReleaseFlag
 | 
					    cargo $rust_version build $maybeReleaseFlag --package solana-validator-cuda
 | 
				
			||||||
  )
 | 
					  )
 | 
				
			||||||
  cp -fv "target/$buildVariant/solana-validator-cuda" "$installDir"/bin
 | 
					  cp -fv "target/$buildVariant/solana-validator-cuda" "$installDir"/bin
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user