-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
build(copr): fix build #3458
build(copr): fix build #3458
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3458 +/- ##
=======================================
Coverage 11.16% 11.16%
=======================================
Files 100 100
Lines 17310 17310
Branches 8069 8069
=======================================
Hits 1933 1933
- Misses 12671 12754 +83
+ Partials 2706 2623 -83
Flags with carried forward coverage won't be shown. Click here to find out more. |
copr is looking in CMake Error at /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:838 (message):
Compiling the CUDA compiler identification source file
"CMakeCUDACompilerId.cu" failed.
Compiler: /builddir/build/BUILD/cuda/bin/nvcc
Build flags:
Id flags: --keep;--keep-dir;tmp -v
The output was:
1
/usr/bin/cuda: No such file or directory
nvcc fatal : Failed to preprocess host compiler properties.
Call Stack (most recent call first):
/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:53 (__determine_compiler_id_test)
/usr/share/cmake/Modules/CMakeDetermineCUDACompiler.cmake:131 (CMAKE_DETERMINE_COMPILER_ID)
cmake/compile_definitions/linux.cmake:19 (enable_language)
cmake/compile_definitions/common.cmake:47 (include)
CMakeLists.txt:57 (include)
-- Configuring incomplete, errors occurred!
error: Bad exit status from /var/tmp/rpm-tmp.KCOa7W (%build) but nvcc is at https://cmake.org/cmake/help/latest/module/FindCUDAToolkit.html |
e08ecb0
to
65340d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- packaging/linux/fedora/Sunshine.spec: Language not supported
Co-Authored-By: Matthew Schwartz <[email protected]>
65340d6
to
ac37802
Compare
|
Co-authored-by: Matthew Schwartz <[email protected]>
Description
Fedora copr builds are failing after an update to https://copr.fedorainfracloud.org/coprs/slaanesh/cuda-gcc
Additionally, cuda has been updated.
Screenshot
Issues Fixed or Closed
Type of Change
.github/...
)Checklist