-
Notifications
You must be signed in to change notification settings - Fork 798
[CI] Install DeviceConfigFile independently #19773
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
Conversation
Also clear configure.py
@@ -296,6 +296,7 @@ jobs: | |||
cmake --build $GITHUB_WORKSPACE/build --target install-llvm-cov | |||
cmake --build $GITHUB_WORKSPACE/build --target install-llvm-profdata | |||
cmake --build $GITHUB_WORKSPACE/build --target install-compiler-rt | |||
cmake --install $GITHUB_WORKSPACE/build --component DeviceConfigFile |
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.
basically we only install this file in CI now right?
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.
With this patch - yes. It's the initial intention as I understand:
https://github.com/intel/llvm/pull/16369/files#r1894476821
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.
I think this needs a comment in the code about what the file does and why we do it here.
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.
@aelovikov-intel does it answer the question? 0b66a95
@sarnex @aelovikov-intel could you please merge |
Also clear configure.py
Also clear configure.py