Skip to content

Conversation

@JackAKirk
Copy link
Contributor

This swaps the post-commit from using the nightly image back to an old working image, the same one used in

#13618
#13606

This is a temporary solution to fix post-commit whilst I continue to try to find a long term solution to build rocm that doesn't break anything.

Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
build_configure_extra_args: --shared-libs --no-assertions --hip --cuda --native_cpu --cmake-opt="-DSYCL_ENABLE_STACK_PRINTING=ON" --cmake-opt="-DSYCL_LIB_WITH_DEBUG_SYMBOL=ON"
# Docker image has last nightly pre-installed and added to the PATH
build_image: "ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build"
build_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest-cc1dd89176dd35522d57022a57204b41ae2611a9"
Copy link
Contributor

@npmiller npmiller May 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be a sycl_ubuntu2204_nightly image instead of a ubuntu2204_build image? Maybe like build-cfd0d41a6a3b2e7a25fdea41202c7ad12091bde2

From https://ghcr.io/intel/llvm/sycl_ubuntu2204_nightly

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure whether it matters, but I can change it. I thought I'd just use the same image to be consistent with expected results.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pre-commit builds with gcc, post-commit builds with clang, looking at the error message, I suspect it's using the nightly's DPC++ build to provide clang++, so I'm not sure it would work with the regular build image

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@npmiller is correct and I should have noticed it when reviewing :(

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pre-commit builds with gcc, post-commit builds with clang, looking at the error message, I suspect it's using the nightly's DPC++ build to provide clang++, so I'm not sure it would work with the regular build image

I see that makes sense now. I've updated it to use the last tagged nightly build, from 14 days ago.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#13771 will fingers crossed solve the issues and allow use of "latest".

@aelovikov-intel aelovikov-intel dismissed their stale review May 13, 2024 16:39

see above

Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
@JackAKirk
Copy link
Contributor Author

The last nightly run was successful following #13771 so I don't think this patch is necessary, and we can now merge #13766

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.

3 participants