Skip to content

Commit

Permalink
Switch to almalinux for x86_64-linux building
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@71703 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
norbusan committed Jul 4, 2024
1 parent 196a238 commit f8d26c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/scripts/build-tl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ then
apt-get update -q -y
apt-get install -y --no-install-recommends bash gcc g++ make perl libfontconfig-dev libx11-dev libxmu-dev libxaw7-dev build-essential
;;
almalinux)
yum update -y
yum install -y gcc-toolset-9 fontconfig-devel libX11-devel libXmu-devel libXaw-devel
. /opt/rh/gcc-toolset-9/enable
;;
centos)
yum update -y
yum install -y centos-release-scl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
use_qemu: false
buildsys: ubuntu
- tl_name: x86_64-linux
image: centos:7
image: almalinux:8
platform: amd64
ci_build: true
use_qemu: false
buildsys: centos
buildsys: almalinux
- tl_name: x86_64-linuxmusl
image: alpine:3.5
platform: amd64
Expand Down

0 comments on commit f8d26c3

Please sign in to comment.