Stream: git-wasmtime

Topic: wasmtime / PR #4688 [WIP - DO NOT MERGE] Enable rpm packa...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 16 2022 at 15:32):

lsm5 edited PR #4688 from copr-rpm to main:

This commit adds .copr/Makefile and .copr/wasmtime.spec.in which
combined with a webhook will trigger rpm package builds on Fedora's Copr
environment after every upstream PR merge.

Successful copr build needs to ensure a successful:

make -f .copr/Makefile srpm outdir=FOO

The resulting rpm package epoch:name-version-release will have the format:
101:wasmtime-0.0-$(BUILD_TIMESTAMP).$(GIT_SHORTCOMMIT).$(DIST)

Fixes: #4570

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.

@alexcrichton @cfallin PTAL and please include any rpm testers you know of to review this.

Successful copr build with this commit is at: https://copr.fedorainfracloud.org/coprs/lsm5/wasmtime/build/4725938/

To test the current build:

$ sudo dnf -y copr enable lsm5/wasmtime
$ sudo dnf install wasmtime

@giuseppe @font @flouthoc PTAL and test if you have the time.

I will add copr integration info in a followup comment.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 16 2022 at 20:07):

lsm5 updated PR #4688 from copr-rpm to main.


Last updated: Oct 23 2024 at 20:03 UTC