Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions images/env-android/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG OPENJDK="openjdk:17-jdk-slim-buster"
ARG OPENJDK="eclipse-temurin:17-jdk-jammy"
FROM $OPENJDK

ARG API_LEVEL="29"
Expand All @@ -25,7 +25,6 @@ RUN apt-get install -y \
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
cmake \
intltool \
libtool \
Expand Down
6 changes: 3 additions & 3 deletions images/env-android/images.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKERFILE;ARGS (comma-separated list);TAG
;OPENJDK=openjdk:17-jdk-slim-buster;jdk17
;OPENJDK=openjdk:21-jdk-slim-buster;jdk21
;OPENJDK=openjdk:21-jdk-slim-buster;latest
;OPENJDK=eclipse-temurin:17-jdk-jammy;jdk17
;OPENJDK=eclipse-temurin:21-jdk-jammy;jdk21
;OPENJDK=eclipse-temurin:21-jdk-jammy;latest
57 changes: 57 additions & 0 deletions images/env-ubuntu/26.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
FROM ubuntu:26.04

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update

# compilers and tools
RUN apt-get install -y \
ccache \
clang \
clang-17 \
clang-18 \
clang-19 \
clang-20 \
clang-21 \
clang-format \
g++ \
g++-11 \
g++-12 \
g++-13 \
g++-14 \
g++-15 \
git \
python3 \
valgrind

# for 3rd-parties
RUN apt-get install -y \
autoconf \
automake \
cmake \
intltool \
libtool \
m4 \
make \
meson \
pkg-config \
uuid-dev

# for roc
RUN apt-get install -y \
doxygen \
gengetopt \
graphviz \
libasound2-dev \
libbenchmark-dev \
libcpputest-dev \
libpulse-dev \
libsndfile-dev \
libsox-dev \
libspeexdsp-dev \
libssl-dev \
libunwind-dev \
libuv1-dev \
pulseaudio \
ragel \
scons
1 change: 0 additions & 1 deletion images/toolchain-aarch64-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN apt-get update
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
ccache \
cmake \
g++ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN apt-get update
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
ccache \
cmake \
g++ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN apt-get update
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
ccache \
cmake \
g++ \
Expand Down
1 change: 0 additions & 1 deletion images/toolchain-arm-bcm2708-linux-gnueabihf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
ccache \
cmake \
g++ \
Expand Down
1 change: 0 additions & 1 deletion images/toolchain-arm-linux-gnueabihf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN apt-get update
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
ccache \
cmake \
g++ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN apt-get update
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
ccache \
cmake \
g++ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN apt-get update
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
ccache \
cmake \
g++ \
Expand Down
1 change: 0 additions & 1 deletion images/toolchain-linux-android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN apt-get install -y \
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
cmake \
intltool \
libtool \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN apt-get update
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
ccache \
cmake \
g++ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN apt-get update
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
ccache \
cmake \
g++ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN apt-get update
RUN apt-get install -y \
autoconf \
automake \
automake1.11 \
ccache \
cmake \
g++ \
Expand Down
Loading