Skip to content

Commit

Permalink
CI: add patchelf ppa for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Dec 7, 2023
1 parent efbc260 commit 7c1f1d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/ci/linux/setup-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,12 @@ DEBIAN_FRONTEND="noninteractive" TZ="Europe/London" apt-get install -y --no-inst
"${apt_packages_runtime[@]}" \
"${apt_packages_ffmpeg[@]}"

# Add additional ppas (Qt 5.15.2 and Cmake)
# Add additional ppas (Qt 5.15.2, Cmake, and patchelf)
# Poor naming of the cmake ppa, this ppa has bionic/focal/jammy dists
add-apt-repository --yes ppa:theofficialgman/cmake-bionic
add-apt-repository --yes ppa:theofficialgman/opt-qt-5.15.2-focal-arm
# minimum patchelf 0.12 needed for proper elf load memory alignment
add-apt-repository --yes ppa:theofficialgman/patchelf
apt-get update

# add an exception for the "detected dubious ownership in repository" (only seen inside a Docker image)
Expand Down

0 comments on commit 7c1f1d5

Please sign in to comment.