Skip to content

Commit

Permalink
CI Linux FFmpeg: do not build VPL tools
Browse files Browse the repository at this point in the history
tools are not required, reducing dependencies and build time

see failed run:
<https://github.com/CESNET/UltraGrid/actions/runs/7386262548/job/20092516404>
  • Loading branch information
MartinPulec committed Jan 3, 2024
1 parent 354d169 commit 683718a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/Linux/download_build_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_onevpl() {(
git clone --depth 1 https://github.com/oneapi-src/oneVPL
mkdir oneVPL/build
cd oneVPL/build
cmake ..
cmake -DBUILD_TOOLS=OFF ..
cmake --build . --config Release --parallel
sudo cmake --build . --config Release --target install
)}
Expand Down
2 changes: 0 additions & 2 deletions .github/scripts/Linux/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ sudo apt install $ffmpeg_build_dep libdav1d-dev libde265-dev
sudo apt-get -y remove 'libavcodec*' 'libavutil*' 'libswscale*' libvpx-dev 'libx264*' nginx
# own x264 build
sudo apt --no-install-recommends install asciidoc xmlto
# openVPL
sudo apt install libva-dev libdrm-dev libx11-dev libx11-xcb-dev libxcb-present-dev libxcb-dri3-dev wayland-protocols

sudo apt install qtbase5-dev

Expand Down

0 comments on commit 683718a

Please sign in to comment.