cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.95k stars 982 forks source link

rebuild boot files using v9.5.8 as starting point #698

Closed burgerrg closed 1 year ago

burgerrg commented 1 year ago

and add macos-13 to github runners.

My a6osx host has Chez Scheme Version 9.5.8 installed. I ran the following to rebuild the boot files using this known good starting point:

./configure
cd a6osx/s
make -f Mf-cross SCHEMEHEAPDIRS=/usr/local/lib/csv%v/%m Scheme=/usr/local/bin/scheme m=a6osx xm=a6osx
cd ../..
make bootfiles