Skip to content

testing/cyclone: revise bootstrap setup

Sören Tempel requested to merge nmeum/aports:cyclone-revised-bootstrap into master

The change in this MR experimentally implements my proposal for self-hosted compilers for the Cyclone Scheme compiler.

To test these changes (assuming your $REPODEST is in /etc/apk/repositories):

  1. Build testing/cyclone-stage0 first
  2. Build testing/cyclone once (it will use cyclone-stage0 since testing/cyclone does not provide cyclone-bootstrap yet)
  3. Build testing/cyclone again (this time it will use testing/cyclone since it does now provide cyclone-bootstrap due to the second step)

CC: @kdaudt

Edited by Sören Tempel

Merge request reports