Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 49237b5

Browse filesBrowse files
committed
try if docker ENV command worked
1 parent 635f492 commit 49237b5
Copy full SHA for 49237b5

File tree

1 file changed

+0
-16
lines changed
Filter options

1 file changed

+0
-16
lines changed

‎travis/build-wheels.sh

Copy file name to clipboardExpand all lines: travis/build-wheels.sh
-16Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,7 @@ git cherry-pick b1d208891b9f
3333

3434
mkdir build
3535

36-
export JPEG_INCLUDE_DIR="/opt/libjpeg-turbo/include"
37-
export JPEG_LIBRARY="/opt/libjpeg-turbo/lib32/libjpeg.a"
38-
39-
MACHINE_TYPE=$(uname -m)
40-
if [[ ${MACHINE_TYPE} == 'x86_64' ]]; then
41-
JPEG_LIBRARY="/opt/libjpeg-turbo/lib64/libjpeg.a"
42-
fi
43-
44-
export LDFLAGS=-L/root/ffmpeg_build/lib
45-
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/root/ffmpeg_build/lib/pkgconfig
46-
export PATH=~/bin:$PATH
47-
4836
ffmpeg -L
49-
50-
export QTDIR=/opt/Qt4.8.7
51-
export PATH=$QTDIR/bin:$PATH
52-
5337
qmake -query
5438

5539
if [[ $PYTHON_VERSION == 2* ]] && [[ $ENABLE_CONTRIB == 0 ]]; then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.