Skip to content

Commit

Permalink
CI: add fedora/aarch64 build for Linux ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Feb 26, 2024
1 parent 9e340cd commit c50fd5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci_linux_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
include:
- arch: aarch64
distro: ubuntu22.04
- arch: aarch64
distro: fedora_latest
- arch: armv7
distro: archarm_latest

Expand Down Expand Up @@ -42,6 +44,17 @@ jobs:
apt-get -y install libtbb2-dev libxi-dev # Dependencies for OpenCascade v7.5
apt-get -y install libassimp-dev
;;
fedora*)
dnf -y update
dnf -y install xorg-x11-server-Xvfb
dnf -y install make cmake
dnf -y install git
dnf -y install gcc-c++
dnf -y install qt5-qtbase qt5-qtsvg
dnf -y install xcb-util-cursor
dnf -y install opencascade-devel
dnf -y install assimp
;;
archarm*)
# See https://github.com/moby/buildkit/issues/1267#issuecomment-769880570
sed -i -e 's~#IgnorePkg.*~IgnorePkg = filesystem~g' '/etc/pacman.conf'
Expand Down

0 comments on commit c50fd5b

Please sign in to comment.