We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ed3c1 commit 898df58Copy full SHA for 898df58
.github/workflows/sycl-linux-precommit.yml
@@ -47,7 +47,8 @@ jobs:
47
build_artifact_suffix: "default"
48
build_cache_suffix: "default"
49
# Docker image has last nightly pre-installed and added to the PATH
50
- build_image: "ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build"
+ build_image: "ghcr.io/intel/llvm/ubuntu2404_build:latest"
51
+ build_configure_extra_args: '--shared-libs'
52
cc: clang
53
cxx: clang++
54
changes: ${{ needs.detect_changes.outputs.filters }}
0 commit comments