-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[DO NOT REVIEW][CPU][GHA] Try to build cross compilation framework #25673
base: master
Are you sure you want to change the base?
[DO NOT REVIEW][CPU][GHA] Try to build cross compilation framework #25673
Conversation
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.
why do we need dev workflow? can we directly change existing RISC-V one?
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.
If nobody needs existing WF we can override it.
8019fdf
to
e67820d
Compare
460a5ff
to
8cb45cc
Compare
2cbbed0
to
5213ecb
Compare
CCACHE_DIR: /__w/openvino/openvino/ccache | ||
CCACHE_TEMPDIR: /__w/openvino/openvino/ccache_temp | ||
CCACHE_MAXSIZE: 2G | ||
XUANTIE_BIN_PATH: /mount/testdata1/Xuantie-900-gcc-linux-5.15.0-glibc-x86_64-V2.8.1/ |
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.
it should be a part of docker image, IMO
Also, docker image should export path to this toolchain via RISCV_TOOLCHAIN_ROOT (see https://github.com/openvinotoolkit/openvino/blob/master/cmake/toolchains/riscv64-100-thead-gnu.toolchain.cmake#L28)
-DCMAKE_CXX_COMPILER_LAUNCHER=${{ env.CMAKE_CXX_COMPILER_LAUNCHER }} \ | ||
-DCMAKE_C_COMPILER_LAUNCHER=${{ env.CMAKE_C_COMPILER_LAUNCHER }} \ | ||
-S ${OPENVINO_REPO} \ | ||
-B ${BUILD_DIR} |
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.
instead of manual copy of build steps, can you reuse existing Linux build reusable workflow ?
It's being improved in this PR #26156
c912b35
to
e8fca64
Compare
This PR will be closed in a week because of 2 weeks of no activity. |
This PR was closed because it has been stalled for 2 week with no activity. |
cfcdb02
to
ee3cc69
Compare
90e63cf
to
5556eb6
Compare
b1fae96
to
44aae98
Compare
Details:
Tickets: