Skip to content
Snippets Groups Projects
Verified Commit 7738ea0a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

macOS: use GCC 10 for building, since GCC 9 is no longer in Homebrew

parent f31aefcc
Branches
Tags
No related merge requests found
Pipeline #4111 canceled
......@@ -22,8 +22,8 @@ set -ex
ROOTDIR=$(pwd)/..
# Set the compilers
CC=gcc-9
CXX=g++-9
CC=gcc-10
CXX=g++-10
# Set the number of threads
NTHREADS=$(nproc)
......
Subproject commit c6ad212c8a068f68b12b161b7d0301c3ef1619a9
Subproject commit 64ebb3629080fa7f8542f6805478911d1fae15f2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment