File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66jobs :
77 build_ifcopenshell :
88 runs-on : ubuntu-22.04
9- container : rockylinux:8
9+ container : rockylinux:9
1010
1111 steps :
1212 - name : Install Dependencies
1313 run : |
1414 dnf update -y
15- dnf install -y gcc gcc-c++ git autoconf automake bison make zip cmake python3 \
15+ dnf install -y gcc gcc-c++ git autoconf automake bison make zip cmake python3 python3-pip \
1616 bzip2 patch mesa-libGL-devel libffi-devel fontconfig-devel \
1717 sqlite-devel bzip2-devel zlib-devel openssl-devel xz-devel \
1818 readline-devel ncurses-devel libffi-devel libuuid-devel git-lfs \
3838 with :
3939 repository : IfcOpenShell/build-outputs
4040 path : ./build
41- ref : rockylinux8 -x64
41+ ref : rockylinux9 -x64
4242 lfs : true
4343 token : ${{ secrets.BUILD_REPO_TOKEN }}
4444
5151 # TODO: Use tag after 1.2.20 releases.
5252 uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639
5353 with :
54- key : ubuntu-22.04-${{ runner.arch }}-rockylinux8
54+ key : ubuntu-22.04-${{ runner.arch }}-rockylinux9
5555
5656 - name : Run Build Script
5757 shell : bash
Original file line number Diff line number Diff line change 66jobs :
77 build_ifcopenshell :
88 runs-on : ubuntu-22.04-arm
9- container : arm64v8/rockylinux:8
9+ container : arm64v8/rockylinux:9
1010
1111 steps :
1212 - name : Install Dependencies
1313 run : |
1414 dnf update -y
15- dnf install -y gcc gcc-c++ git autoconf automake bison make zip cmake python3 \
15+ dnf install -y gcc gcc-c++ git autoconf automake bison make zip cmake python3 python3-pip \
1616 bzip2 patch mesa-libGL-devel libffi-devel fontconfig-devel \
1717 sqlite-devel bzip2-devel zlib-devel openssl-devel xz-devel \
1818 readline-devel ncurses-devel libffi-devel libuuid-devel git-lfs \
3838 with :
3939 repository : IfcOpenShell/build-outputs
4040 path : ./build
41- ref : rockylinux8 -arm64
41+ ref : rockylinux9 -arm64
4242 lfs : true
4343 token : ${{ secrets.BUILD_REPO_TOKEN }}
4444
5151 # TODO: Use tag after 1.2.20 releases.
5252 uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639
5353 with :
54- key : ubuntu-22.04-${{ runner.arch }}-rockylinux8
54+ key : ubuntu-22.04-${{ runner.arch }}-rockylinux9
5555
5656 - name : Run Build Script
5757 shell : bash
You can’t perform that action at this time.
0 commit comments