Skip to content

Commit

Permalink
CI: bump libslirp to v4.9.0
Browse files Browse the repository at this point in the history
https://gitlab.freedesktop.org/slirp/libslirp/-/blob/v4.9.0/CHANGELOG.md

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Feb 9, 2025
1 parent ee1542e commit 80026bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
libslirp_commit: [master, v4.8.0, v4.7.0, v4.1.0]
libslirp_commit: [master, v4.9.0, v4.8.0, v4.1.0]
steps:
- uses: actions/checkout@v2
- run: docker build -t slirp4netns-tests --build-arg LIBSLIRP_COMMIT -f Dockerfile.tests .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.artifact
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# --platform=amd64,arm64,arm,s390x,ppc64le,riscv64 \
# -f Dockerfile.artifact .

ARG LIBSLIRP_COMMIT=v4.8.0
ARG LIBSLIRP_COMMIT=v4.9.0
ARG UBUNTU_VERSION=jammy-20240125
ARG XX_VERSION=1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
ARG REPRO_SOURCES_LIST_VERSION=v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.buildtests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG LIBSLIRP_COMMIT=v4.8.0
ARG LIBSLIRP_COMMIT=v4.9.0

# Alpine
FROM alpine:3 AS buildtest-alpine3-static
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG LIBSLIRP_COMMIT=v4.8.0
ARG LIBSLIRP_COMMIT=v4.9.0

FROM ubuntu:22.04 AS build
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 80026bf

Please sign in to comment.