Skip to content

Commit 898df58

Browse files
committed
Use Ubuntu 24 docker container for build
1 parent 34ed3c1 commit 898df58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
build_artifact_suffix: "default"
4848
build_cache_suffix: "default"
4949
# Docker image has last nightly pre-installed and added to the PATH
50-
build_image: "ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build"
50+
build_image: "ghcr.io/intel/llvm/ubuntu2404_build:latest"
51+
build_configure_extra_args: '--shared-libs'
5152
cc: clang
5253
cxx: clang++
5354
changes: ${{ needs.detect_changes.outputs.filters }}

0 commit comments

Comments
 (0)