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

[SYCL] Quote CMake command in buildbot.py output #11658

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

al42and
Copy link
Contributor

@al42and al42and commented Oct 25, 2023

Easier to copy-paste this way, since many CMake flags contain semicolons.

Could be simplified by using shlex.join when Python 3.8 is required.

Easier to copy-paste this way.

Could be simplified by using shlex.join when Python 3.8 is required.
@al42and al42and requested a review from a team as a code owner October 25, 2023 11:24
@aelovikov-intel
Copy link
Contributor

Could be simplified by using shlex.join when Python 3.8 is required.

It looks like some of our internal environment is on '3.7.8'. Can you make it a run-time check somehow?

@al42and al42and temporarily deployed to WindowsCILock October 25, 2023 15:27 — with GitHub Actions Inactive
@al42and
Copy link
Contributor Author

al42and commented Oct 25, 2023

It looks like some of our internal environment is on '3.7.8'. Can you make it a run-time check somehow?

Ehh, I am not good at formulating stuff. The current version works fine with 3.7, but the code is too verbose. Once the project switches to 3.8, a simpler solution, just shlex.join(cmake_cmd), could be used

@aelovikov-intel
Copy link
Contributor

Ehh, I am not good at formulating stuff.

Nope, it's me who's not completely awake yet :)

@al42and al42and temporarily deployed to WindowsCILock October 25, 2023 15:40 — with GitHub Actions Inactive
@againull againull merged commit 49d7da4 into intel:sycl Oct 25, 2023
11 checks passed
@al42and al42and deleted the buildbot-escape-cmake-in-log branch October 25, 2023 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants