Skip to content
Snippets Groups Projects
Commit d3cb3e6b authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Don't use C++11 ABI on builds - be compatible with Conda

parent 6142ddd8
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -53,6 +53,7 @@ variables:
<<: *build_variables
CONDA_FOLDER: "/local/conda"
CFLAGS: "-coverage"
CXXFLAGS: "-D_GLIBCXX_USE_CXX11_ABI=0 -coverage"
# Template for building on a Mac OSX machine
......@@ -63,6 +64,7 @@ variables:
CONDA_FOLDER: "/opt/conda"
MACOSX_DEPLOYMENT_TARGET: "10.9"
CFLAGS: "-pthread -coverage"
CXXFLAGS: "-D_GLIBCXX_USE_CXX11_ABI=0 -pthread -coverage"
# Template for the test stage - re-install from uploaded wheels
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment