Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/push-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,10 @@ jobs:
with:
package-name: libretls

- uses: chainguard-dev/actions/inky-build-pkg@main
with:
package-name: util-macros

- name: 'Upload the repository to a bucket'
run: |
cp /etc/apk/keys/wolfi-signing.rsa.pub ${{ github.workspace }}/packages/wolfi-signing.rsa.pub
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/push-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,10 @@ jobs:
with:
package-name: libretls

- uses: chainguard-dev/actions/inky-build-pkg@main
with:
package-name: util-macros

- name: 'Upload the repository to a bucket'
run: |
cp /etc/apk/keys/wolfi-signing.rsa.pub ${{ github.workspace }}/packages/wolfi-signing.rsa.pub
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,6 @@ $(eval $(call build-package,skalibs,2.12.0.0-r0))
$(eval $(call build-package,execline,2.9.0.1-r0))
$(eval $(call build-package,s6,2.11.1.2-r0))
$(eval $(call build-package,libretls,3.5.2-r0))
$(eval $(call build-package,util-macros,1.19.3-r0))

.build-packages: ${PACKAGES}
45 changes: 45 additions & 0 deletions util-macros.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
package:
name: util-macros
version: 1.19.3
epoch: 1
description: "util-macros library"
target-architecture:
- all
copyright:
- paths:
- "*"
attestation: TODO
license: MIT

environment:
contents:
repositories:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The stage3 repo and keyring are not needed here.

- https://packages.wolfi.dev/bootstrap/stage3
keyring:
- https://packages.wolfi.dev/bootstrap/stage3/wolfi-signing.rsa.pub
packages:
- ca-certificates-bundle
- build-base
- busybox

pipeline:
- uses: fetch
with:
uri: https://www.x.org/releases/individual/util/util-macros-${{package.version}}.tar.gz
expected-sha256: 624bb6c3a4613d18114a7e3849a3d70f2d7af9dc6eabeaba98060d87e3aef35b
- name: Configure
runs: |
./configure \
--host=$(uname -m)-pc-linux-gnu \
--prefix=/usr
- uses: autoconf/make
- uses: autoconf/make-install

subpackages:
- name: "util-macros-dev"
description: "util-macros headers"
pipeline:
- uses: split/dev
dependencies:
runtime:
- util-macros