File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,14 @@ matrix:
1616 apt :
1717 sources : [ 'ubuntu-toolchain-r-test' ]
1818 packages : [ 'libstdc++6', 'libstdc++-5-dev' ]
19- - os : linux
20- sudo : required # workaround https://github.com/mapbox/node-cpp-skel/issues/93
21- env : CXXFLAGS="-fsanitize=address,undefined,integer -fno-sanitize-recover=all"
22- addons :
23- apt :
24- sources : [ 'ubuntu-toolchain-r-test' ]
25- packages : [ 'libstdc++6', 'libstdc++-5-dev' ]
19+ # disabled before fixing https://github.com/delfrrr/delaunator-cpp/issues/5
20+ # - os: linux
21+ # sudo: required # workaround https://github.com/mapbox/node-cpp-skel/issues/93
22+ # env: CXXFLAGS="-fsanitize=address,undefined,integer -fno-sanitize-recover=all"
23+ # addons:
24+ # apt:
25+ # sources: [ 'ubuntu-toolchain-r-test' ]
26+ # packages: [ 'libstdc++6', 'libstdc++-5-dev' ]
2627env :
2728 global :
2829 - CMAKE_VERSION="3.8.2"
You can’t perform that action at this time.
0 commit comments