Skip to content
Snippets Groups Projects
  1. Feb 04, 2021
  2. Jan 07, 2021
  3. Jan 03, 2021
    • Raymond Toy's avatar
      Remove scavenging of read-only space. · 6af2ad8b
      Raymond Toy authored
      `*SCAVENGE-READ-ONLY-SPACE*` is always set to `NIL`, and it's highly
      unlikely any one ever sets it. I (rtoy) haven't done that in decades
      at least.
      
      So, remove this static symbol, and remove the C code that tests for
      this to determine if the read-only space should be scavenged.
      
      This requires a very simple cross-compile to remove the symbol.  See
      boot-2020-04-1.lisp for very simple instructions.  We currently on do
      this for x86 since we can't test on sparc right now.
      
      Update CI to do a cross-compile.
      
      Addresses #89
      6af2ad8b
  4. Sep 05, 2020
  5. Aug 30, 2020
  6. Aug 27, 2020
  7. Mar 28, 2020
  8. Feb 17, 2020
  9. Aug 12, 2019
    • Raymond Toy's avatar
      Clean up for fedora shell runner · 04d5d03f
      Raymond Toy authored
      We're not using the fedora docker anymore (because I can't get it to
      work anymore and don't remember how I got it to work to begin with).
      Thus, use the fedora shell executor to run CI so we don't need the
      image or to wget lots of stuff because it's already installed.
      04d5d03f
  10. Dec 08, 2018
  11. Jul 18, 2018
  12. Jul 07, 2018
    • Raymond Toy's avatar
      Use Ubuntu 14.04 · 01fa37d8
      Raymond Toy authored
      Let's see if 14.04 works better. I don't feel like debugging the test
      failure in a VM right now.  And I don't want to set up everything to
      use Fedora (which is what my linux box is running).
      01fa37d8
    • Raymond Toy's avatar
      Use fixed ubuntu image · be073d06
      Raymond Toy authored
      be073d06
  13. Mar 03, 2018
  14. Feb 18, 2018
  15. Jan 21, 2018
  16. Dec 20, 2017
  17. Nov 04, 2017
  18. Nov 03, 2017
  19. Oct 15, 2017
  20. Oct 11, 2017
  21. Sep 03, 2017
    • Raymond Toy's avatar
      Install git (again) · 3d227b6b
      Raymond Toy authored
      While not strictly necessary, make-dist.sh uses git to determine a
      default lisp-implmenetation-version.  We could just use -V to do that,
      but I think it's best to have git so that the pipeline looks as much
      like normal development as possible.
      3d227b6b
    • Raymond Toy's avatar
      Remove debugging stuff and early exit · 9b8d5fc4
      Raymond Toy authored
       - Early exit (with non-zero exit code) does cause the pipeline to
         fail, as expected.
      9b8d5fc4
    • Raymond Toy's avatar
      More testing of CI · 24ed6116
      Raymond Toy authored
       - Don't need to install git anymore
       - exit early from build script to see if that makes the test fail.
      24ed6116
  22. Sep 02, 2017
Loading