Skip to content

Commit

Permalink
Merge pull request #84 from icl-utk-edu/gragghia/ci_gcc11
Browse files Browse the repository at this point in the history
Changing gcc version for rocm compatibility
  • Loading branch information
gcongiu authored Oct 2, 2023
2 parents 67d5a51 + 4913357 commit 8bcd1d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
COMPONENT=$1
COMPILER=$2

[ -z "$COMPILER" ] && COMPILER=gcc@10
[ -z "$COMPILER" ] && COMPILER=gcc@11

source /etc/profile
set +x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

COMPILER=$1

[ -z "$COMPILER" ] && COMPILER=gcc@10
[ -z "$COMPILER" ] && COMPILER=gcc@11

source /etc/profile
set +x
Expand Down

0 comments on commit 8bcd1d2

Please sign in to comment.