lsm5 opened 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)
Epoch is set to 101 to override any distro-supplied wasmtime packages,
regardless of version.Version is set to 0.0 to reflect unreleased version.
- The $(DIST) tag will be the output of
rpm --eval %{?dist}
. So,
Fedora 36 will have.fc36
, rhel9 will have.el9
and so on.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.
[x] This has been discussed in issue #..., or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[-] This PR contains test cases, if meaningful.
- [-] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.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
I will add copr integration info in a followup comment.
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)
Epoch is set to 101 to override any distro-supplied wasmtime packages,
regardless of version.Version is set to 0.0 to reflect unreleased version.
- The $(DIST) tag will be the output of
rpm --eval %{?dist}
. So,
Fedora 36 will have.fc36
, rhel9 will have.el9
and so on.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.
[x] This has been discussed in issue #..., or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[-] This PR contains test cases, if meaningful.
- [-] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.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.
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)
Epoch is set to 101 to override any distro-supplied wasmtime packages,
regardless of version.Version is set to 0.0 to reflect unreleased version.
- The $(DIST) tag will be the output of
rpm --eval %{?dist}
. So,
Fedora 36 will have.fc36
, rhel9 will have.el9
and so on.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.
[x] This has been discussed in issue #4570 , or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[-] This PR contains test cases, if meaningful.
- [-] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.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.
lsm5 updated PR #4688 from copr-rpm
to main
.
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)
Epoch is set to 101 to override any distro-supplied wasmtime packages,
regardless of version.Version is set to 0.0 to reflect unreleased version.
- The $(DIST) tag will be the output of
rpm --eval %{?dist}
. So,
Fedora 36 will have.fc36
, rhel9 will have.el9
and so on.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.
[x] This has been discussed in issue #4570 , or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[-] This PR contains test cases, if meaningful.
- [-] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.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.
lsm5 updated PR #4688 from copr-rpm
to main
.
Last updated: Nov 22 2024 at 16:03 UTC