Skip to content

selfhost fixpoint: stage2 == stage3, bootstrap is dead #49

selfhost fixpoint: stage2 == stage3, bootstrap is dead

selfhost fixpoint: stage2 == stage3, bootstrap is dead #49

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
selfhost-macos:
name: selfhost (macOS)
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install LLVM
run: brew install llvm
- name: Export LLVM_PREFIX
run: echo "LLVM_PREFIX=$(brew --prefix llvm)" >> "$GITHUB_ENV"
- name: Build stage2 self-hosted compiler
run: make stage2
- name: Stage2 test suites
run: make test-stage2