Skip to content

Commit

Permalink
gcc remains at 13 even for freebsd-14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 9, 2025
1 parent a9eec23 commit b67a963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ FreeBSD_task:
image_family: freebsd-14-1
install_script:
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
- ln -s /usr/local/lib/gcc14/libgfortran.so.5.0.0 /usr/lib/libgfortran.so
- ln -s /usr/local/lib/gcc13/libgfortran.so.5.0.0 /usr/lib/libgfortran.so
compile_script:
- gmake CC=clang FC=gfortran USE_OPENMP=1 CPP_THREAD_SAFETY_TEST=1

Expand Down

0 comments on commit b67a963

Please sign in to comment.