Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
docker-images
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
docker-images
Commits
98a0f8e9
Commit
98a0f8e9
authored
Oct 26, 2017
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc-debian-win*: Upgrade GCC to 6.4
Hopefully those will have less ICE happening.
parent
acc2109e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
vlc-debian-win32/Dockerfile
vlc-debian-win32/Dockerfile
+4
-4
vlc-debian-win64/Dockerfile
vlc-debian-win64/Dockerfile
+4
-4
No files found.
vlc-debian-win32/Dockerfile
View file @
98a0f8e9
FROM
registry.videolan.org:5000/videolan-base-stretch:latest
ENV
IMAGE_DATE=201710
041546
ENV
IMAGE_DATE=201710
261055
RUN
set
-x
&&
\
apt-get update
-qq
&&
apt-get
install
-qqy
\
...
...
@@ -16,7 +16,7 @@ ENV TOOLCHAIN_PREFIX=/opt/gcc-$TARGET_TUPLE
ENV
MINGW_PREFIX=$TOOLCHAIN_PREFIX/$TARGET_TUPLE
ENV
PATH=$TOOLCHAIN_PREFIX/bin:$PATH
ENV
GCC_VERSION=6.
2
.0
ENV
GCC_VERSION=6.
4
.0
ENV
BINUTILS_VERSION=2.27
ENV
MPFR_VERSION=3.1.6
ENV
GMP_VERSION=6.1.1
...
...
@@ -28,11 +28,11 @@ RUN set -x && \
mkdir
$MINGW_PREFIX
&&
\
ln
-s
$MINGW_PREFIX
$TOOLCHAIN_PREFIX
/mingw
&&
\
wget
-q
http://ftp.gnu.org/gnu/binutils/binutils-
$BINUTILS_VERSION
.tar.bz2
&&
\
wget
-q
ftp://ftp.uvsq.fr/pub/gcc/releases/gcc-
$GCC_VERSION
/gcc-
$GCC_VERSION
.tar.
bz2
&&
\
wget
-q
ftp://ftp.uvsq.fr/pub/gcc/releases/gcc-
$GCC_VERSION
/gcc-
$GCC_VERSION
.tar.
xz
&&
\
git config
--global
user.name
"VideoLAN Buildbot"
&&
\
git config
--global
user.email buildbot@videolan.org
&&
\
git clone
--depth
=
1 git://git.code.sf.net/p/mingw-w64/mingw-w64
&&
\
tar
xf gcc-
$GCC_VERSION
.tar.
bz2
&&
\
tar
xf gcc-
$GCC_VERSION
.tar.
xz
&&
\
tar
xf binutils-
$BINUTILS_VERSION
.tar.bz2
&&
\
cd
binutils-
$BINUTILS_VERSION
&&
mkdir
build
&&
cd
build
&&
\
../configure
--prefix
=
$TOOLCHAIN_PREFIX
--target
=
$TARGET_TUPLE
\
...
...
vlc-debian-win64/Dockerfile
View file @
98a0f8e9
FROM
registry.videolan.org:5000/videolan-base-stretch:latest
ENV
IMAGE_DATE=201710
041546
ENV
IMAGE_DATE=201710
261110
# We still need an i686 cross compiler to build the installer
RUN
set
-x
&&
\
...
...
@@ -14,7 +14,7 @@ RUN set -x && \
TOOLCHAIN_PREFIX
=
/opt/gcc-
$TARGET_TUPLE
\
MINGW_PREFIX
=
$TOOLCHAIN_PREFIX
/
$TARGET_TUPLE
\
PATH
=
$TOOLCHAIN_PREFIX
/bin:
$PATH
\
GCC_VERSION
=
6.
2
.0
\
GCC_VERSION
=
6.
4
.0
\
BINUTILS_VERSION
=
2.27
\
MPFR_VERSION
=
3.1.6
\
GMP_VERSION
=
6.1.1
\
...
...
@@ -25,11 +25,11 @@ RUN set -x && \
mkdir
$MINGW_PREFIX
&&
\
ln
-s
$MINGW_PREFIX
$TOOLCHAIN_PREFIX
/mingw
&&
\
wget
-q
http://ftp.gnu.org/gnu/binutils/binutils-
$BINUTILS_VERSION
.tar.bz2
&&
\
wget
-q
ftp://ftp.uvsq.fr/pub/gcc/releases/gcc-
$GCC_VERSION
/gcc-
$GCC_VERSION
.tar.
bz2
&&
\
wget
-q
ftp://ftp.uvsq.fr/pub/gcc/releases/gcc-
$GCC_VERSION
/gcc-
$GCC_VERSION
.tar.
xz
&&
\
git config
--global
user.name
"VideoLAN Buildbot"
&&
\
git config
--global
user.email buildbot@videolan.org
&&
\
git clone
--depth
=
1 git://git.code.sf.net/p/mingw-w64/mingw-w64
&&
\
tar
xf gcc-
$GCC_VERSION
.tar.
bz2
&&
\
tar
xf gcc-
$GCC_VERSION
.tar.
xz
&&
\
tar
xf binutils-
$BINUTILS_VERSION
.tar.bz2
&&
\
cd
binutils-
$BINUTILS_VERSION
&&
mkdir
build
&&
cd
build
&&
\
../configure
--prefix
=
$TOOLCHAIN_PREFIX
--target
=
$TARGET_TUPLE
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment