Skip to content

Commit

Permalink
Use toolset 11 for OL8 (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 authored Sep 4, 2024
1 parent 130cd1e commit 1134553
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
workdir: docker
dockerfile: centos7-system-deps
cache: false
tags: latest,1.1.0
tags: 1.1.0

versions:
runs-on: ubuntu-latest
Expand All @@ -66,7 +66,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: [ docker_publish, versions ]
container: 'antaresrte/xpansion-centos7'
container: 'antaresrte/xpansion-centos7:1.1.0'
strategy:
matrix:
xprs: [
Expand Down Expand Up @@ -295,4 +295,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload --repo ${{env.GH_REPO}} ${{ steps.get_release.outputs.tag_name }} _build/${{needs.build.outputs.TGZ_NAME}}
gh release upload --repo ${{env.GH_REPO}} ${{ steps.get_release.outputs.tag_name }} ${{needs.build.outputs.SINGLE_FILE_NAME}}
gh release upload --repo ${{env.GH_REPO}} ${{ steps.get_release.outputs.tag_name }} ${{needs.build.outputs.SINGLE_FILE_NAME}}
4 changes: 2 additions & 2 deletions .github/workflows/build_oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
- name: Install System
run: |
dnf install -y epel-release git wget rpm-build redhat-lsb-core
dnf install -y unzip libuuid-devel gcc-toolset-10-toolchain python3-devel zlib-devel
dnf install -y unzip libuuid-devel gcc-toolset-11-toolchain python3-devel zlib-devel
#make gcc &co available system wide and "action wide"
source /opt/rh/gcc-toolset-10/enable
source /opt/rh/gcc-toolset-11/enable
echo $PATH >> $GITHUB_PATH
- run: |
Expand Down

0 comments on commit 1134553

Please sign in to comment.