Skip to content

Commit

Permalink
Merge pull request #18192 from xnox/fetch2checkout-wasi-libc.yaml
Browse files Browse the repository at this point in the history
wasi-libc.yaml: convert from fetch to git-checkout
  • Loading branch information
dlorenc authored May 1, 2024
2 parents 8b8fbb2 + 05ba68f commit f024824
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wasi-libc.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit f024824

Please sign in to comment.