wolfi-dev / bootstrap-stage1

stage1 bootstrap for wolfi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stage 1 bootstrap packages for Wolfi

These are the stage 1 (isolated bootstrap toolchain) packages for Wolfi. They are meant to be used in conjunction with Alpine 3.16 or later to bootstrap the stage 2 package set.

The package repository is automatically built using GitHub Actions.

Building the stage1 toolchain yourself

It is possible to build the bootstrap toolchain 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 stage1 toolchain package set, signed with a local signing key (local-melange.rsa.pub).

This can then be used to build the stage2 toolchain.

About

stage1 bootstrap for wolfi


Languages

Language:Makefile 100.0%