Skip to content
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

[DOC]: CI Overview Example #427

Closed
1 task done
gevtushenko opened this issue Sep 8, 2023 · 0 comments · Fixed by #428
Closed
1 task done

[DOC]: CI Overview Example #427

gevtushenko opened this issue Sep 8, 2023 · 0 comments · Fixed by #428
Assignees
Labels
doc Documentation-related items.

Comments

@gevtushenko
Copy link
Collaborator

Is this a duplicate?

Is this for new documentation, or an update to existing docs?

New

Describe the incorrect/future/missing documentation

CI Overview suggests to use our build scripts as follows:

./ci/build_thrust.sh g++ c++17 70;80;86

This doesn't work because the build script expects C++ dialect as a number:

./ci/build_thrust.sh g++ 17 70;80;86

If this is a correction, please provide a link to the incorrect documentation. If this is a new documentation request, please link to where you have looked.

No response

@gevtushenko gevtushenko added the doc Documentation-related items. label Sep 8, 2023
@gevtushenko gevtushenko mentioned this issue Sep 8, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation-related items.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant