Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 774 Bytes

File metadata and controls

25 lines (17 loc) · 774 Bytes

Stage 2 bootstrap packages for Wolfi

These are the stage 2 (isolated glibc environment) packages for Wolfi. They are meant to be used standalone (without Alpine) to bootstrap stage 3.

The package repository is automatically built using GitHub Actions.

Building the stage2 package set yourself

It is possible to build the bootstrap packages locally. Assuming that you have melange already built and its prerequisites installed, then you can just do:

$ doas make MELANGE_DIR=../path/to/melange/sources
...

After a while, you will have a built stage2 toolchain package set, signed with a local signing key (local-melange.rsa.pub).

This can then be used to build the stage3 packages.