Skip to content

Commit

Permalink
Merge pull request #16899 from wolfi-dev/wolfictl-5b0d08ae-081b-479f-…
Browse files Browse the repository at this point in the history
…868e-0d2e81ca6d60

wasi-sdk/22 package update
  • Loading branch information
dlorenc authored Apr 20, 2024
2 parents ce44a60 + 91b3b2c commit c058894
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wasi-sdk.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: wasi-sdk
version: 21
epoch: 1
version: "22"
epoch: 0
description: "WASI-enabled WebAssembly C/C++ toolchain"
copyright:
- license: Apache-2.0
Expand All @@ -23,6 +23,7 @@ environment:
- llvm17
- perl
- python3
- rust
- samurai
- wolfi-baselayout

Expand All @@ -31,7 +32,7 @@ pipeline:
with:
repository: https://github.com/WebAssembly/wasi-sdk
tag: wasi-sdk-${{package.version}}
expected-commit: 317548590b402d622194416094fe0e392b725fe2
expected-commit: 99abb024209dc7a9a8d8f3eb6d03908a18bb0594
recurse-submodules: true

- name: Build
Expand All @@ -54,7 +55,7 @@ subpackages:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/lib/clang/lib/wasi
# Copy instead of move because this also needs to be in the -dev package
cp ${{targets.destdir}}/usr/lib/clang/17/lib/wasi/libclang_rt.builtins-wasm32.a ${{targets.subpkgdir}}/usr/lib/clang/lib/wasi/
cp ${{targets.destdir}}/usr/lib/clang/18/lib/wasi/libclang_rt.builtins-wasm32.a ${{targets.subpkgdir}}/usr/lib/clang/lib/wasi/
- name: wasi-sdk-sysroot
pipeline:
Expand Down

0 comments on commit c058894

Please sign in to comment.