Skip to content

Commit

Permalink
CI: build release on an older libc version to support older distros
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart-Steensma committed Jan 29, 2024
1 parent f554ad0 commit 41c3eba
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout code
Expand Down
58 changes: 0 additions & 58 deletions scripts/build-libdrm

This file was deleted.

79 changes: 0 additions & 79 deletions scripts/build-libva

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/helpers/apt/install-ffmpeg-deps
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ echo "Installing build tools and dependencies"
sudo apt-get -y install autoconf automake build-essential cmake git-core libass-dev libfreetype6-dev libgnutls28-dev libmp3lame-dev libsdl2-dev libtool libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev meson ninja-build pkg-config texinfo wget yasm zlib1g-dev gnutls-bin libunistring-dev libaom-dev libdav1d-dev tar || true

echo "Installing ffmpeg dependencies"
sudo apt-get -y install nasm libx264-dev libx265-dev libvpx-dev libfdk-aac-dev libopus-dev libdav1d-dev libnuma-dev || true
sudo apt-get -y install nasm libx264-dev libx265-dev libvpx-dev libfdk-aac-dev libopus-dev libdav1d-dev libnuma-dev libva-dev libdrm-dev || true
6 changes: 0 additions & 6 deletions scripts/helpers/apt/install-libdrm-deps

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/helpers/apt/install-libva-deps

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/helpers/apt/install-project-deps
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "Installing build dependencies"
sudo apt-get install -y clang ninja-build git cmake llvm pkg-config

echo "Installing project dependencies"
"$root/scripts/build-vulkan"
# "$root/scripts/build-vulkan"
sudo apt-get install -y libboost-all-dev libspdlog-dev

echo "Installing Qt dependencies"
Expand Down
2 changes: 1 addition & 1 deletion scripts/helpers/pacman/install-ffmpeg-deps
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sudo pacman -S --noconfirm autoconf automake cmake git libass freetype2 sdl2 lib
sudo pacman -S --noconfirm zlib || true

echo "Installing ffmpeg dependencies"
sudo pacman -S --noconfirm nasm x264 x265 fdkaac opus numactl || true
sudo pacman -S --noconfirm nasm x264 x265 fdkaac opus numactl libdrm libva || true
sudo pacman -S --noconfirm libvpx || true
6 changes: 0 additions & 6 deletions scripts/helpers/pacman/install-libdrm-deps

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/helpers/pacman/install-libva-deps

This file was deleted.

0 comments on commit 41c3eba

Please sign in to comment.