Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add melange config for libpst #45

Merged
merged 2 commits into from
Sep 12, 2024
Merged

build: add melange config for libpst #45

merged 2 commits into from
Sep 12, 2024

Conversation

MthwRobinson
Copy link
Contributor

@MthwRobinson MthwRobinson commented Sep 12, 2024

Summary

Adds the melange config to build libpst for wolfi-base. The pipeline builds the CLI package, but not the Python bindings and the build pipeline does not include the man pages. Build has only been tested on x86_64.

Test instructions

To build the packages, run:

docker run --privileged --rm \
    -v "${PWD}":/work \
    cgr.dev/chainguard/melange \
    build libpst.yaml \
    --arch=x86_64 \
    --signing-key melange.rsa

After the package is built, install it in wolfi-base with:

apk add --allow-untrusted libpst-0.6.76-r0.apk

Once it's installed, verify that readpst is available by runnign readpst --help.

Copy link

@jonathandine jonathandine left a comment

Choose a reason for hiding this comment

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

just a general question do we need to have the copyright done and set for the package and already here for the library/when do we need to that? Or will it be covered by the general copyright of core-product?

Copy link
Collaborator

@tabossert tabossert left a comment

Choose a reason for hiding this comment

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

Becoming Melange ninja's

@MthwRobinson
Copy link
Contributor Author

🥷 <(Let's Melange!)

@MthwRobinson MthwRobinson merged commit 7bb4889 into main Sep 12, 2024
8 checks passed
@MthwRobinson MthwRobinson deleted the build/libpst branch September 12, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants