Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
starenv: [root5, root6]
compiler: [gcc485, gcc11]
compiler: [gcc485]
env:
STARENV: ${{ matrix.starenv }}-${{ matrix.compiler }}
steps:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
fail-fast: false
matrix:
test_id: [121, 122]
compiler: [gcc485, gcc11]
compiler: [gcc485]
env:
STARENV: root5-${{ matrix.compiler }}
steps:
Expand All @@ -99,7 +99,7 @@ jobs:
fail-fast: false
matrix:
test_id: [102, 121, 122]
compiler: [gcc485, gcc11]
compiler: [gcc485]
env:
STARENV: root5-${{ matrix.compiler }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG starenv=root5
# Pick one from [gcc485, gcc11]
ARG compiler=gcc485

FROM ghcr.io/star-bnl/star-spack:v0.3.0-${starenv}-${compiler}
FROM ghcr.io/star-bnl/star-spack:v0.4.0-rc1-${starenv}-${compiler}

ARG compiler

Expand Down
Loading