Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-images
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthias Dressel
docker-images
Commits
d0f74ee2
Commit
d0f74ee2
authored
1 year ago
by
Matthias Dressel
Browse files
Options
Downloads
Patches
Plain Diff
dav1d-debian-unstable: Add cross-compiling toolchain for riscv64
parent
55020239
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dav1d-debian-unstable/Dockerfile
+12
-2
12 additions, 2 deletions
dav1d-debian-unstable/Dockerfile
with
12 additions
and
2 deletions
dav1d-debian-unstable/Dockerfile
+
12
−
2
View file @
d0f74ee2
FROM
debian:sid-20230
208
-slim
FROM
debian:sid-20230
411
-slim
MAINTAINER
VideoLAN roots <roots@videolan.org>
...
...
@@ -19,14 +19,24 @@ RUN groupadd --gid ${VIDEOLAN_UID} videolan && \
apt-get
install
--no-install-suggests
--no-install-recommends
-y
\
lftp ca-certificates curl git build-essential
\
nasm clang libclang-rt-dev mold meson ninja-build gcovr
\
wine wine64 procps doxygen graphviz libsdl2-dev ripgrep
&&
\
wine wine64 procps doxygen graphviz libsdl2-dev ripgrep
\
debian-ports-archive-keyring
&&
\
sed
-i
-e
'$aArchitectures-Remove: riscv64'
/etc/apt/sources.list.d/debian.sources
&&
\
sed
-e
'/^URIs/c URIs: http://deb.debian.org/debian-ports'
\
-e
'/^Signed-By/c Signed-By: /usr/share/keyrings/debian-ports-archive-keyring.gpg'
\
-e
'/^Architectures/c Architectures: riscv64'
\
/etc/apt/sources.list.d/debian.sources
\
>
/etc/apt/sources.list.d/debian-ports.sources
&&
\
dpkg
--add-architecture
i386
&&
\
dpkg
--add-architecture
riscv64
&&
\
apt-get update
&&
\
apt-get
install
--no-install-suggests
--no-install-recommends
-y
\
gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64
\
gcc-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64-tools
\
gcc-multilib g++-multilib
\
libc6-dev:i386 libgcc-12-dev:i386 wine32 qemu-user
&&
\
apt-get
install
--no-install-suggests
--no-install-recommends
-y
\
gcc-riscv64-linux-gnu g++-riscv64-linux-gnu libc6-dev:riscv64
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
USER
videolan
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment