Skip to content

Commit 4b81bea

Browse files
committed
Disable usbsan.
It presently fails like this: /usr/bin/ld: unrecognized option '--push-state--no-as-needed' /usr/bin/ld: use the --help option for usage information collect2: error: ld returned 1 exit status "g++-7" -o "../../bin.v2/libs/program_options/test/gcc-7/debug/cxxstd-03-iso/link-static/test_convert" -Wl,--start-group "../../bin.v2/libs/program_options/test/gcc-7/debug/cxxstd-03-iso/link-static/test_convert.o" "../../bin.v2/libs/program_options/build/gcc-7/debug/cxxstd-03-iso/link-static/libboost_program_options.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -m64 -std=c++03 -g -fno-sanitize-recover=undefined -fsanitize=undefined This error seems like some misconfiguration of compiler install, not something I can fix.
1 parent bacc983 commit 4b81bea

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.travis.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,6 @@ jobs:
114114
script:
115115
- libs/$SELF/ci/cppcheck.sh
116116

117-
- os: linux
118-
env:
119-
- COMMENT=UBSAN
120-
- B2_VARIANT=variant=debug
121-
- TOOLSET=gcc-7
122-
- CXXFLAGS="cxxflags=-fno-omit-frame-pointer cxxflags=-fsanitize=undefined cxxflags=-fno-sanitize-recover=undefined"
123-
- LINKFLAGS="linkflags=-fsanitize=undefined linkflags=-fno-sanitize-recover=undefined"
124-
- UBSAN_OPTIONS=print_stacktrace=1
125-
addons:
126-
apt:
127-
packages:
128-
- g++-7
129-
sources:
130-
- ubuntu-toolchain-r-test
131-
132117
- os: linux
133118
env:
134119
- COMMENT=CodeCov

0 commit comments

Comments
 (0)