[ci] Disable nvcc CI builds

[ROCm/hip commit: 4ac59148a9]
This commit is contained in:
Maneesh Gupta
2018-04-09 12:23:56 +05:30
committed by GitHub
parent 219c2810d4
commit 5c6d2e9c3a
+2 -2
View File
@@ -478,7 +478,7 @@ hcc_1_7:
// String hip_image_name = docker_upload_artifactory( hcc_ver, job_name, from_image, source_hip_rel, build_hip_rel )
// docker_clean_images( job_name, hip_image_name )
}
},
}/*,
nvcc:
{
node('docker && cuda')
@@ -511,4 +511,4 @@ nvcc:
// Build hip inside of the build environment
docker_build_inside_image( hip_build_image, inside_args, nvcc_ver, "-DHIP_NVCC_FLAGS=--Wno-deprecated-gpu-targets", build_config, source_hip_rel, build_hip_rel )
}
}
}*/