Skip to content

Commit

Permalink
[CI] Install libzstd-dev on docker and OSX (#15304)
Browse files Browse the repository at this point in the history
Required for testing #15124 (device
image compression).
I've already installed `zstd` release v1.5.6 on our Windows runners.
  • Loading branch information
uditagarwal97 authored Sep 9, 2024
1 parent e7935c6 commit eaa0b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-macos-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
CCACHE_MAXSIZE: ${{ inputs.build_cache_size }}
steps:
- name: Install dependencies
run: brew install ccache ninja hwloc
run: brew install ccache ninja hwloc zstd
- uses: actions/checkout@v4
with:
ref: ${{ inputs.build_ref }}
Expand Down
3 changes: 2 additions & 1 deletion devops/scripts/install_build_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ apt update && apt install -yqq \
unzip \
jq \
curl \
libhwloc-dev
libhwloc-dev \
libzstd-dev

pip3 install psutil

0 comments on commit eaa0b7d

Please sign in to comment.