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 51f52b2

Browse filesBrowse files
committed
use correct package
1 parent 61f843f commit 51f52b2
Copy full SHA for 51f52b2

File tree

Expand file treeCollapse file tree

3 files changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+2
-4
lines changed

‎docker/manylinux2014/Dockerfile_i686

Copy file name to clipboardExpand all lines: docker/manylinux2014/Dockerfile_i686
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM quay.io/pypa/manylinux2014_i686:latest
22

3-
RUN yum install bzip2-devel curl-devel zlib-devel qt-x11 -y
3+
RUN yum install bzip2-devel curl-devel zlib-devel qt-devel -y
44

55
RUN mkdir ~/ffmpeg_sources && \
66
cd ~/ffmpeg_sources && \

‎docker/manylinux2014/Dockerfile_x86_64

Copy file name to clipboardExpand all lines: docker/manylinux2014/Dockerfile_x86_64
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM quay.io/pypa/manylinux2014_x86_64:latest
22

3-
RUN yum install bzip2-devel curl-devel zlib-devel qt-x11 -y
3+
RUN yum install bzip2-devel curl-devel zlib-devel qt-devel -y
44

55
RUN mkdir ~/ffmpeg_sources && \
66
cd ~/ffmpeg_sources && \

‎travis_config.sh

Copy file name to clipboardExpand all lines: travis_config.sh
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ function pre_build {
9696
brew_add_local_bottles
9797
fi
9898

99-
brew style
100-
10199
echo 'Installing qt5'
102100
if [ -n "$CACHE_STAGE" ]; then
103101
brew_install_and_cache_within_time_limit qt5 || { [ $? -gt 1 ] && return 2 || return 0; }

0 commit comments

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