You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consult the security policy. If reporting a security vulnerability, do not report the bug using this form. Use the process described in the policy to report the issue.
Make sure you've read the documentation. Your issue may be addressed there.
Search the issue tracker to verify that this hasn't already been reported. +1 or comment there if it has.
If possible, make a PR with a failing test to give us a starting point to work on!
Describe the bug
When trying to debug #2409, I noticed that the build script will try do build the project even if configuration fails:
-- Configuring incomplete, errors occurred!
Building CUDA-Q with configuration Release...
ninja: error: loading 'build.ninja': No such file or directory
Error: Build failed. Please check the console output or the files in the /workspace/build/logs directory.
Steps to reproduce the bug
N/A
Expected behavior
If configuration fails, there is not reason to try building the project.
Is this a regression? If it is, put the last known working version (or commit) here.
Required prerequisites
Describe the bug
When trying to debug #2409, I noticed that the build script will try do build the project even if configuration fails:
Steps to reproduce the bug
N/A
Expected behavior
If configuration fails, there is not reason to try building the project.
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
Suggestions
Check if the configuration step was successful in here:
cuda-quantum/scripts/build_cudaq.sh
Lines 177 to 194 in 39a46e6
The text was updated successfully, but these errors were encountered: