Skip to content

Commit

Permalink
Use Clang 18 for benchmarking (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr authored Aug 3, 2024
2 parents 47c93da + 25b2591 commit 9f17ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build_and_test:
- rm -rf debug && mkdir debug

- if [ "$COMPILER" = "gcc" ]; then export CC=gcc-13; export CXX=g++-13; fi
- if [ "$COMPILER" = "clang" ]; then export CC=clang$MP-17; export CXX=clang++$MP-17; fi
- if [ "$COMPILER" = "clang" ]; then export CC=clang$MP-18; export CXX=clang++$MP-18; fi

# compose a name for this configuration
- |+
Expand Down

0 comments on commit 9f17ef3

Please sign in to comment.