File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 7272 << : *ENV_MATRIX_SAN_VALGRIND
7373 matrix :
7474 - env :
75- CC : gcc
75+ CXX : g++
7676 - env :
77- CC : clang
77+ CXX : clang++
7878 << : *MERGE_BASE
7979 test_script :
8080 - ./ci/cirrus.sh
9292 << : *ENV_MATRIX_VALGRIND
9393 matrix :
9494 - env :
95- CC : i686-linux-gnu-gcc
95+ CXX : i686-linux-gnu-g++
9696 - env :
97- CC : clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include
97+ CXX : clang++ --target=i686-linux-gnu
98+ CXXFLAGS : -g -O2 -isystem /usr/i686-linux-gnu/include -isystem /usr/i686-linux-gnu/include/c++/10/i686-linux-gnu
9899 test_script :
99100 - ./ci/cirrus.sh
100101 << : *CAT_LOGS
@@ -110,9 +111,9 @@ task:
110111 << : *ENV_MATRIX_SAN
111112 matrix :
112113 - env :
113- CC : gcc -9
114+ CXX : g++ -9
114115 - env :
115- CC : clang
116+ CXX : clang++
116117 brew_script :
117118 - brew update
118119 - brew install automake libtool gcc@9
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export LC_ALL=C
77
88env >> test_env.log
99
10- $CC -v || true
10+ $CXX -v || true
1111valgrind --version || true
1212
1313./autogen.sh
You can’t perform that action at this time.
0 commit comments