From ed6242cfc5b8a8be8b92b85ae4ec7bda57b65351 Mon Sep 17 00:00:00 2001 From: TapTap Date: Sun, 19 Jul 2026 23:11:26 +0200 Subject: [PATCH] ci: bump CI image to v9 with libclang-rt-18-dev v8 had cached image without libclang-rt-18-dev on CI runner. v9 forces a fresh pull and includes all fuzzer runtime libraries. --- .gitea/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e484300..7ab131e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: lint: runs-on: ubuntu-latest - container: gitea.tap-tap.win/taptap/fastsync-ci:v8 + container: gitea.tap-tap.win/taptap/fastsync-ci:v9 steps: - name: Checkout uses: actions/checkout@v4 @@ -18,7 +18,7 @@ jobs: build-and-test: runs-on: ubuntu-latest - container: gitea.tap-tap.win/taptap/fastsync-ci:v8 + container: gitea.tap-tap.win/taptap/fastsync-ci:v9 needs: lint steps: - name: Checkout @@ -38,7 +38,7 @@ jobs: sanitizers: runs-on: ubuntu-latest - container: gitea.tap-tap.win/taptap/fastsync-ci:v8 + container: gitea.tap-tap.win/taptap/fastsync-ci:v9 needs: lint strategy: matrix: @@ -58,7 +58,7 @@ jobs: fuzz-build: runs-on: ubuntu-latest - container: gitea.tap-tap.win/taptap/fastsync-ci:v8 + container: gitea.tap-tap.win/taptap/fastsync-ci:v9 needs: lint steps: - name: Checkout @@ -72,7 +72,7 @@ jobs: coverage: runs-on: ubuntu-latest - container: gitea.tap-tap.win/taptap/fastsync-ci:v8 + container: gitea.tap-tap.win/taptap/fastsync-ci:v9 needs: lint steps: - name: Checkout @@ -95,7 +95,7 @@ jobs: valgrind: runs-on: ubuntu-latest - container: gitea.tap-tap.win/taptap/fastsync-ci:v8 + container: gitea.tap-tap.win/taptap/fastsync-ci:v9 needs: lint steps: - name: Checkout