Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ste93ste authored Dec 30, 2024
1 parent a56dc80 commit f2a99f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container: quay.io/pypa/manylinux_2_28_x86_64
if: ${{ startsWith(github.ref, 'refs/tags') || !contains(github.event.head_commit.message, '[skip ci]') }}

Expand Down Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Build ITK
run: |
export CC=/opt/rh/devtoolset-10/root/usr/bin/gcc
export CXX=/opt/rh/devtoolset-10/root/usr/bin/g++
#export CC=/opt/rh/devtoolset-10/root/usr/bin/gcc
#export CXX=/opt/rh/devtoolset-10/root/usr/bin/g++
mkdir ITK-build
cd ITK-build
Expand All @@ -57,8 +57,8 @@ jobs:
- name: Build samseg and run tests
run: |
export CC=/opt/rh/devtoolset-10/root/usr/bin/gcc
export CXX=/opt/rh/devtoolset-10/root/usr/bin/g++
#export CC=/opt/rh/devtoolset-10/root/usr/bin/gcc
#export CXX=/opt/rh/devtoolset-10/root/usr/bin/g++
.github/workflows/linux_build.sh /opt/python/cp38-cp38/bin/python
.github/workflows/linux_build.sh /opt/python/cp39-cp39/bin/python
Expand Down

0 comments on commit f2a99f2

Please sign in to comment.