We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0f4c5e + 2e48909 commit 8326456Copy full SHA for 8326456
ci/lib.sh
@@ -162,6 +162,9 @@ linux-clang|linux-gcc)
162
if [ "$jobname" = linux-gcc ]
163
then
164
export CC=gcc-8
165
+ MAKEFLAGS="$MAKEFLAGS PYTHON_PATH=$(which python3)"
166
+ else
167
+ MAKEFLAGS="$MAKEFLAGS PYTHON_PATH=$(which python2)"
168
fi
169
170
export GIT_TEST_HTTPD=true
@@ -182,6 +185,9 @@ osx-clang|osx-gcc)
182
185
if [ "$jobname" = osx-gcc ]
183
186
184
187
export CC=gcc-9
188
189
190
191
192
193
# t9810 occasionally fails on Travis CI OS X
0 commit comments