-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix build script #2029
Fix build script #2029
Conversation
Signed-off-by: Jordan Jacobelli <[email protected]>
Signed-off-by: Jordan Jacobelli <[email protected]>
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #2029 +/- ##
===============================================
Coverage ? 70.75%
===============================================
Files ? 142
Lines ? 8861
Branches ? 0
===============================================
Hits ? 6270
Misses ? 2591
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
1 similar comment
@gpucibot merge |
As for rapidsai/cugraph#2029, this should fix the CI upload issue Failing CI: https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cuml/job/branches/job/cuml-cpu-cuda-build/1175/CUDA=11.5/console Fixed CI: https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cuml/job/prb/job/cuml-cpu-cuda-build-arm64/CUDA=11.5/641/console (see `CUML_FILE` variable content) Authors: - Jordan Jacobelli (https://github.com/Ethyling) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Dante Gama Dessavre (https://github.com/dantegd) URL: #4517
As for rapidsai/cugraph#2029, this should fix the CI upload issue Failing CI: https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cuml/job/branches/job/cuml-cpu-cuda-build/1175/CUDA=11.5/console Fixed CI: https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cuml/job/prb/job/cuml-cpu-cuda-build-arm64/CUDA=11.5/641/console (see `CUML_FILE` variable content) Authors: - Jordan Jacobelli (https://github.com/Ethyling) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4517
The directory moving for
cugraph
was missing a*
in thecp
command which was creating the wrong directory hierarchy. Fixing this by usingmv
instead