Skip to content

Commit db82330

Browse files
committed
Rename the install_swift_ubuntu*.sh files to match checks.
The generic check has the names coded differently, try rename the files to match how the check is coded.
1 parent 47f2d76 commit db82330

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

infra/base-images/base-builder-swift/ubuntu-20-04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-20-04
1818

19-
RUN install_swift_ubuntu_20_04.sh
19+
RUN install_swift_ubuntu-20-04.sh
2020

2121
COPY precompile_swift /usr/local/bin/

infra/base-images/base-builder-swift/ubuntu-24-04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818

1919
COPY llvmsymbol.diff /src/
20-
RUN install_swift_ubuntu_24_04.sh
20+
RUN install_swift_ubuntu-24-04.sh
2121

2222
COPY precompile_swift /usr/local/bin/

infra/base-images/base-builder/install_swift_ubuntu_20_04.sh renamed to infra/base-images/base-builder/install_swift_ubuntu-20-04.sh

File renamed without changes.

infra/base-images/base-builder/install_swift_ubuntu_24_04.sh renamed to infra/base-images/base-builder/install_swift_ubuntu-24-04.sh

File renamed without changes.

infra/base-images/base-builder/ubuntu-20-04.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
FROM gcr.io/oss-fuzz-base/base-clang:ubuntu-20-04
1818

19-
COPY install_deps_ubuntu-20-04.sh install_swift_ubuntu_20_04.sh /
19+
COPY install_deps_ubuntu-20-04.sh install_swift_ubuntu-20-04.sh /
2020
RUN /install_deps_ubuntu-20-04.sh
2121

2222
# Build and install latest Python 3.11.
@@ -180,7 +180,7 @@ COPY bazel_build_fuzz_tests \
180180
install_python.sh \
181181
install_ruby.sh \
182182
install_rust.sh \
183-
install_swift_ubuntu_20_04.sh \
183+
install_swift_ubuntu-20-04.sh \
184184
make_build_replayable.py \
185185
python_coverage_helper.py \
186186
replay_build.sh \

infra/base-images/base-builder/ubuntu-24-04.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
FROM gcr.io/oss-fuzz-base/base-clang:ubuntu-24-04
1818

19-
COPY install_deps_ubuntu-24-04.sh install_swift_ubuntu_24_04.sh /
19+
COPY install_deps_ubuntu-24-04.sh install_swift_ubuntu-24-04.sh /
2020
RUN /install_deps_ubuntu-24-04.sh
2121

2222
# Build and install latest Python 3.11.
@@ -180,7 +180,7 @@ COPY bazel_build_fuzz_tests \
180180
install_python.sh \
181181
install_ruby.sh \
182182
install_rust.sh \
183-
install_swift_ubuntu_24_04.sh \
183+
install_swift_ubuntu-24-04.sh \
184184
make_build_replayable.py \
185185
python_coverage_helper.py \
186186
replay_build.sh \

0 commit comments

Comments
 (0)