Skip to content

Commit b81b3f0

Browse files
author
Jan Diederich
committed
Compilable version with using linux-image 6.12.41+deb13 and Debian Trixie
1 parent 51e1cd1 commit b81b3f0

File tree

65 files changed

+134
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+134
-134
lines changed

docker/Dockerfile.aarch64-linux-android

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN /common.sh
77
COPY cmake.sh /
88
RUN /cmake.sh
99

10-
COPY xargo.sh /
11-
RUN /xargo.sh
10+
# COPY xargo.sh /
11+
# RUN /xargo.sh
1212

1313
FROM cross-base AS build
1414

docker/Dockerfile.aarch64-unknown-freebsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN /common.sh
77
COPY cmake.sh /
88
RUN /cmake.sh
99

10-
COPY xargo.sh /
11-
RUN /xargo.sh
10+
# COPY xargo.sh /
11+
# RUN /xargo.sh
1212

1313
FROM cross-base AS build
1414

docker/Dockerfile.aarch64-unknown-linux-gnu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN /common.sh
77
COPY cmake.sh /
88
RUN /cmake.sh
99

10-
COPY xargo.sh /
11-
RUN /xargo.sh
10+
# COPY xargo.sh /
11+
# RUN /xargo.sh
1212

1313
FROM cross-base AS build
1414

docker/Dockerfile.aarch64-unknown-linux-gnu.centos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN /common.sh
1818
COPY cmake.sh /
1919
RUN /cmake.sh
2020

21-
COPY xargo.sh /
22-
RUN /xargo.sh
21+
# COPY xargo.sh /
22+
# RUN /xargo.sh
2323

2424
COPY qemu.sh /
2525
RUN /qemu.sh aarch64 softmmu

docker/Dockerfile.aarch64-unknown-linux-musl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN /common.sh
77
COPY cmake.sh /
88
RUN /cmake.sh
99

10-
COPY xargo.sh /
11-
RUN /xargo.sh
10+
# COPY xargo.sh /
11+
# RUN /xargo.sh
1212

1313
FROM cross-base AS build
1414

docker/Dockerfile.arm-linux-androideabi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN /common.sh
77
COPY cmake.sh /
88
RUN /cmake.sh
99

10-
COPY xargo.sh /
11-
RUN /xargo.sh
10+
# COPY xargo.sh /
11+
# RUN /xargo.sh
1212

1313
FROM cross-base AS build
1414

docker/Dockerfile.arm-unknown-linux-gnueabi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN /common.sh
77
COPY cmake.sh /
88
RUN /cmake.sh
99

10-
COPY xargo.sh /
11-
RUN /xargo.sh
10+
# COPY xargo.sh /
11+
# RUN /xargo.sh
1212

1313
FROM cross-base AS build
1414

docker/Dockerfile.arm-unknown-linux-gnueabihf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN /common.sh
77
COPY cmake.sh /
88
RUN /cmake.sh
99

10-
COPY xargo.sh /
11-
RUN /xargo.sh
10+
# COPY xargo.sh /
11+
# RUN /xargo.sh
1212

1313
FROM cross-base AS build
1414

docker/Dockerfile.arm-unknown-linux-musleabi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN /common.sh
77
COPY cmake.sh /
88
RUN /cmake.sh
99

10-
COPY xargo.sh /
11-
RUN /xargo.sh
10+
# COPY xargo.sh /
11+
# RUN /xargo.sh
1212

1313
FROM cross-base AS build
1414

docker/Dockerfile.arm-unknown-linux-musleabihf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN /common.sh
77
COPY cmake.sh /
88
RUN /cmake.sh
99

10-
COPY xargo.sh /
11-
RUN /xargo.sh
10+
# COPY xargo.sh /
11+
# RUN /xargo.sh
1212

1313
FROM cross-base AS build
1414

0 commit comments

Comments
 (0)