File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 72
72
<< : *ENV_MATRIX_SAN_VALGRIND
73
73
matrix :
74
74
- env :
75
- CC : gcc
75
+ CXX : g++
76
76
- env :
77
- CC : clang
77
+ CXX : clang++ -gdwarf-4
78
78
<< : *MERGE_BASE
79
79
test_script :
80
80
- ./ci/cirrus.sh
92
92
<< : *ENV_MATRIX_VALGRIND
93
93
matrix :
94
94
- env :
95
- CC : i686-linux-gnu-gcc
95
+ CXX : i686-linux-gnu-g++
96
96
- env :
97
- CC : clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include
97
+ CXX : clang++ --target=i686-linux-gnu -gdwarf-4
98
+ CXXFLAGS : -g -O2 -isystem /usr/i686-linux-gnu/include -isystem /usr/i686-linux-gnu/include/c++/10/i686-linux-gnu
98
99
test_script :
99
100
- ./ci/cirrus.sh
100
101
<< : *CAT_LOGS
@@ -110,9 +111,9 @@ task:
110
111
<< : *ENV_MATRIX_SAN
111
112
matrix :
112
113
- env :
113
- CC : gcc -9
114
+ CXX : g++ -9
114
115
- env :
115
- CC : clang
116
+ CXX : clang++
116
117
brew_script :
117
118
- brew update
118
119
- brew install automake libtool gcc@9
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export LC_ALL=C
7
7
8
8
env >> test_env.log
9
9
10
- $CC -v || true
10
+ $CXX -v || true
11
11
valgrind --version || true
12
12
13
13
./autogen.sh
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update
8
8
RUN apt-get install --no-install-recommends --no-upgrade -y \
9
9
git ca-certificates \
10
10
make automake libtool pkg-config dpkg-dev valgrind qemu-user \
11
- gcc g++ clang libc6-dbg \
11
+ gcc g++ clang libclang-rt-dev libc6-dbg \
12
12
gcc-i686-linux-gnu g++-i686-linux-gnu libc6-dev-i386-cross libc6-dbg:i386 \
13
13
g++-s390x-linux-gnu gcc-s390x-linux-gnu libc6-dev-s390x-cross libc6-dbg:s390x \
14
14
wine g++-mingw-w64-x86-64
You can’t perform that action at this time.
0 commit comments