Skip to content
Open
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
4 changes: 2 additions & 2 deletions infra/base-images/base-builder/install_swift_ubuntu_24_04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ elif [[ "$VERSION_ID" == "24.04" ]]; then
pkg-config \
tzdata \
zlib1g-dev"
SWIFT_URL="https://download.swift.org/swift-5.10.1-release/ubuntu2404/swift-5.10.1-RELEASE/swift-5.10.1-RELEASE-ubuntu24.04.tar.gz"
SWIFT_DIR="swift-5.10.1-RELEASE-ubuntu24.04"
SWIFT_URL="https://download.swift.org/swift-6.2.1-release/ubuntu2404/swift-6.2.1-RELEASE/swift-6.2.1-RELEASE-ubuntu24.04.tar.gz"
SWIFT_DIR="swift-6.2.1-RELEASE-ubuntu24.04"
else
echo "Unsupported Ubuntu version: $VERSION_ID"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion projects/grpc-swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-swift
FROM gcr.io/oss-fuzz-base/base-builder-swift:ubuntu-24-04

# specific to project
RUN apt-get update && apt-get install -y zlib1g-dev
Expand Down
1 change: 1 addition & 0 deletions projects/grpc-swift/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ sanitizers:
- address
- thread
main_repo: 'https://github.com/grpc/grpc-swift'
base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/swift-nio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-swift
FROM gcr.io/oss-fuzz-base/base-builder-swift:ubuntu-24-04

# specific swift-nio
RUN git clone --depth 1 https://github.com/google/fuzzing
Expand Down
1 change: 1 addition & 0 deletions projects/swift-nio/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ sanitizers:
- address
- thread
main_repo: 'https://github.com/apple/swift-nio.git'
base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/swift-protobuf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-swift
FROM gcr.io/oss-fuzz-base/base-builder-swift:ubuntu-24-04

RUN git clone --depth 1 https://github.com/apple/swift-protobuf.git
COPY build.sh $SRC
Expand Down
1 change: 1 addition & 0 deletions projects/swift-protobuf/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ sanitizers:
- thread
coverage_extra_args: -ignore-filename-regex=.*.pb.swift
main_repo: 'https://github.com/apple/swift-protobuf.git'
base_os_version: ubuntu-24-04