Skip to content

Commit

Permalink
Fix git
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jul 17, 2023
1 parent db7032d commit 356f6e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ jobs:
dnf update -y
dnf install -y git epel-release redhat-lsb-core autoconf automake libtool gtk2-devel gcc gcc-c++ make scl-utils
dnf install -y cmake3 gcc-toolset-9-toolchain
dnf install -y rh-git227-git
- name: Configure and build
run: |
source /opt/rh/devtoolset-9/enable
source /opt/rh/gcc-toolset-9/enable
#git 2.x must be enabled for Coin compilation with CMake ExternalProject_Add
source /opt/rh/rh-git227/enable
cmake3 -B _build -S . -DBUILD_not_system=ON -DBUILD_system=${{ matrix.system_build }} -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DDEPS_INSTALL_DIR=rte-antares-deps-${{ matrix.buildtype }}
- name: Archive upload
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/releasesOracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ jobs:
dnf update -y
dnf install -y git epel-release redhat-lsb-core autoconf automake libtool gtk2-devel gcc gcc-c++ make scl-utils
dnf install -y cmake3 gcc-toolset-9-toolchain
dnf install -y rh-git227-git
- name: Configure and build
run: |
source /opt/rh/devtoolset-9/enable
source /opt/rh/gcc-toolset-9/enable
#git 2.x must be enabled for Coin compilation with CMake ExternalProject_Add
source /opt/rh/rh-git227/enable
cmake3 -B _build -S . -DBUILD_not_system=ON -DBUILD_system=${{ matrix.system_build }} -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DDEPS_INSTALL_DIR=rte-antares-deps-${{ matrix.buildtype }}
- name: Create archive
Expand Down

0 comments on commit 356f6e2

Please sign in to comment.