Skip to content

Commit

Permalink
More experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Jan 10, 2025
1 parent 898df58 commit 7c12bbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sycl-linux-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ jobs:
build_ref: ${{ github.sha }}
merge_ref: ''
build_cache_root: "/__w/"
build_artifact_suffix: "default"
build_cache_suffix: "default"
build_artifact_suffix: "sprod_shared"
build_cache_suffix: "sprod_shared"
# Docker image has last nightly pre-installed and added to the PATH
build_image: "ghcr.io/intel/llvm/ubuntu2404_build:latest"
build_configure_extra_args: '--shared-libs'
cc: clang
cxx: clang++
changes: ${{ needs.detect_changes.outputs.filters }}

determine_arc_tests:
Expand Down
4 changes: 4 additions & 0 deletions devops/containers/ubuntu2404_build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ USER root
COPY scripts/install_build_tools.sh /install.sh
RUN /install.sh

# Build zstd from sources with -fPIC flag.
COPY scripts/build_zstd_1_5_6_ub24.sh /build_zstd_1_5_6_ub24.sh
RUN /build_zstd_1_5_6_ub24.sh

SHELL ["/bin/bash", "-ec"]

# Make the directory if it doesn't exist yet.
Expand Down

0 comments on commit 7c12bbf

Please sign in to comment.