Skip to content

Commit

Permalink
Purge python from build images
Browse files Browse the repository at this point in the history
... we should be fully hermetic via bazel by now
CMK-21147

Change-Id: Ie8255cdefb3d6ad297c683180f84bb36ecad2392
  • Loading branch information
TimotheusBachinger committed Jan 15, 2025
1 parent 1cdf90f commit 3d78e9d
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ RUN /opt/install-valgrind.sh
COPY install-protobuf-cpp.sh /opt/
RUN /opt/install-protobuf-cpp.sh

COPY install-python.sh /opt/
RUN /opt/install-python.sh

# install GDB after Python as it requires shared object files, see CMK-15854
COPY install-gdb.sh /opt/
Expand Down Expand Up @@ -199,7 +197,6 @@ ENV \
RUN /opt/install-gnu-toolchain.sh link-only
RUN /opt/install-valgrind.sh link-only
RUN /opt/install-protobuf-cpp.sh --link-only
RUN /opt/install-python.sh link-only
RUN /opt/install-bazel.sh link-only
RUN /opt/install-rust-cargo.sh link-only

Expand Down
3 changes: 0 additions & 3 deletions buildscripts/infrastructure/build-nodes/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ RUN /opt/install-valgrind.sh
COPY install-protobuf-cpp.sh /opt/
RUN /opt/install-protobuf-cpp.sh

COPY install-python.sh /opt/
RUN /opt/install-python.sh

# install GDB after Python as it requires shared object files, see CMK-15854
COPY install-gdb.sh /opt/
Expand Down Expand Up @@ -153,7 +151,6 @@ ENV \
RUN /opt/install-gnu-toolchain.sh link-only
RUN /opt/install-valgrind.sh link-only
RUN /opt/install-protobuf-cpp.sh --link-only
RUN /opt/install-python.sh link-only
RUN /opt/install-bazel.sh link-only
RUN /opt/install-rust-cargo.sh link-only

Expand Down
3 changes: 0 additions & 3 deletions buildscripts/infrastructure/build-nodes/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ RUN /opt/install-valgrind.sh
COPY install-protobuf-cpp.sh /opt/
RUN /opt/install-protobuf-cpp.sh

COPY install-python.sh /opt/
RUN /opt/install-python.sh

# install GDB after Python as it requires shared object files, see CMK-15854
COPY install-gdb.sh /opt/
Expand Down Expand Up @@ -152,7 +150,6 @@ ENV \
RUN /opt/install-gnu-toolchain.sh link-only
RUN /opt/install-valgrind.sh link-only
RUN /opt/install-protobuf-cpp.sh --link-only
RUN /opt/install-python.sh link-only
RUN /opt/install-bazel.sh link-only
RUN /opt/install-rust-cargo.sh link-only

Expand Down
3 changes: 0 additions & 3 deletions buildscripts/infrastructure/build-nodes/sles-15sp3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ RUN /opt/install-valgrind.sh
COPY install-protobuf-cpp.sh /opt/
RUN /opt/install-protobuf-cpp.sh

COPY install-python.sh /opt/
RUN /opt/install-python.sh

# install GDB after Python as it requires shared object files, see CMK-15854
COPY install-gdb.sh /opt/
Expand Down Expand Up @@ -165,7 +163,6 @@ ENV \
RUN /opt/install-gnu-toolchain.sh link-only
RUN /opt/install-valgrind.sh link-only
RUN /opt/install-protobuf-cpp.sh --link-only
RUN /opt/install-python.sh link-only
RUN /opt/install-bazel.sh link-only
RUN /opt/install-rust-cargo.sh link-only

Expand Down
3 changes: 0 additions & 3 deletions buildscripts/infrastructure/build-nodes/sles-15sp4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ RUN /opt/install-valgrind.sh
COPY install-protobuf-cpp.sh /opt/
RUN /opt/install-protobuf-cpp.sh

COPY install-python.sh /opt/
RUN /opt/install-python.sh

# install GDB after Python as it requires shared object files, see CMK-15854
COPY install-gdb.sh /opt/
Expand Down Expand Up @@ -164,7 +162,6 @@ ENV \
RUN /opt/install-gnu-toolchain.sh link-only
RUN /opt/install-valgrind.sh link-only
RUN /opt/install-protobuf-cpp.sh --link-only
RUN /opt/install-python.sh link-only
RUN /opt/install-bazel.sh link-only
RUN /opt/install-rust-cargo.sh link-only

Expand Down
3 changes: 0 additions & 3 deletions buildscripts/infrastructure/build-nodes/sles-15sp5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ RUN /opt/install-valgrind.sh
COPY install-protobuf-cpp.sh /opt/
RUN /opt/install-protobuf-cpp.sh

COPY install-python.sh /opt/
RUN /opt/install-python.sh

# install GDB after Python as it requires shared object files, see CMK-15854
COPY install-gdb.sh /opt/
Expand Down Expand Up @@ -163,7 +161,6 @@ ENV \
RUN /opt/install-gnu-toolchain.sh link-only
RUN /opt/install-valgrind.sh link-only
RUN /opt/install-protobuf-cpp.sh --link-only
RUN /opt/install-python.sh link-only
RUN /opt/install-bazel.sh link-only
RUN /opt/install-rust-cargo.sh link-only

Expand Down
3 changes: 0 additions & 3 deletions buildscripts/infrastructure/build-nodes/sles-15sp6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ RUN /opt/install-valgrind.sh
COPY install-protobuf-cpp.sh /opt/
RUN /opt/install-protobuf-cpp.sh

COPY install-python.sh /opt/
RUN /opt/install-python.sh

# install GDB after Python as it requires shared object files, see CMK-15854
COPY install-gdb.sh /opt/
Expand Down Expand Up @@ -163,7 +161,6 @@ ENV \
RUN /opt/install-gnu-toolchain.sh link-only
RUN /opt/install-valgrind.sh link-only
RUN /opt/install-protobuf-cpp.sh --link-only
RUN /opt/install-python.sh link-only
RUN /opt/install-bazel.sh link-only
RUN /opt/install-rust-cargo.sh link-only

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ RUN /opt/install-valgrind.sh
COPY install-protobuf-cpp.sh /opt/
RUN /opt/install-protobuf-cpp.sh

COPY install-python.sh /opt/
RUN /opt/install-python.sh

# install GDB after Python as it requires shared object files, see CMK-15854
COPY install-gdb.sh /opt/
Expand Down Expand Up @@ -159,7 +157,6 @@ ENV \
RUN /opt/install-gnu-toolchain.sh link-only
RUN /opt/install-valgrind.sh link-only
RUN /opt/install-protobuf-cpp.sh --link-only
RUN /opt/install-python.sh link-only
RUN /opt/install-bazel.sh link-only
RUN /opt/install-rust-cargo.sh link-only

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ RUN /opt/install-cmake.sh
COPY install-protobuf-cpp.sh /opt/
RUN /opt/install-protobuf-cpp.sh

COPY install-python.sh /opt/
RUN /opt/install-python.sh

# install GDB after Python as it requires shared object files, see CMK-15854
COPY install-gdb.sh /opt/
Expand Down Expand Up @@ -167,7 +165,6 @@ RUN /opt/install-gnu-toolchain.sh link-only
RUN /opt/install-valgrind.sh link-only
RUN /opt/install-cmake.sh link-only
RUN /opt/install-protobuf-cpp.sh --link-only
RUN /opt/install-python.sh link-only
RUN /opt/install-bazel.sh link-only
RUN /opt/install-rust-cargo.sh link-only

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ RUN /opt/install-valgrind.sh
COPY install-protobuf-cpp.sh /opt/
RUN /opt/install-protobuf-cpp.sh

COPY install-python.sh /opt/
RUN /opt/install-python.sh

# install GDB after Python as it requires shared object files, see CMK-15854
COPY install-gdb.sh /opt/
Expand Down Expand Up @@ -162,7 +160,6 @@ ENV \
RUN /opt/install-gnu-toolchain.sh link-only
RUN /opt/install-valgrind.sh link-only
RUN /opt/install-protobuf-cpp.sh --link-only
RUN /opt/install-python.sh link-only
RUN /opt/install-bazel.sh link-only
RUN /opt/install-rust-cargo.sh link-only

Expand Down

0 comments on commit 3d78e9d

Please sign in to comment.