From 05ba68f824ba7daea675db094c7a62cd89dc41ee Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Wed, 1 May 2024 21:45:46 +0100 Subject: [PATCH] wasi-libc.yaml: convert from fetch to git-checkout --- wasi-libc.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wasi-libc.yaml b/wasi-libc.yaml index da312ea4aee..414ad2cb5ac 100644 --- a/wasi-libc.yaml +++ b/wasi-libc.yaml @@ -1,7 +1,7 @@ package: name: wasi-libc version: 21.0.0 - epoch: 0 + epoch: 1 description: "WASI libc implementation for WebAssembly" copyright: - license: Apache-2.0 WITH LLVM-exception AND Apache-2.0 AND MIT AND CC0-1.0 AND BSD-2-Clause @@ -18,10 +18,11 @@ environment: - wolfi-baselayout pipeline: - - uses: fetch + - uses: git-checkout with: - uri: https://github.com/WebAssembly/wasi-libc/archive/refs/tags/wasi-sdk-21.tar.gz - expected-sha256: 4a2a3e3b120ba1163c57f34ac79c3de720a8355ee3a753d81f1f0c58c4cf6017 + repository: https://github.com/WebAssembly/wasi-libc + tag: wasi-sdk-21 + expected-commit: c5264e2bbe532994d06b039005f2af91bedcc1a6 - name: Build runs: |