Raymond Toy pushed to branch issue-469-enable-cr-pow at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -348,8 +348,10 @@ ubuntu:build:
    348 348
         - job: ubuntu:install
    
    349 349
           artifacts: true
    
    350 350
       variables:
    
    351
    -    # Ubuntu 25.10 can build with either gcc or clang and pass the ansi-tests.
    
    352
    -    CONFIG: "x86_linux_clang"
    
    351
    +    # Build with gcc on Ubuntu 25.10.  It produces a lisp than passes
    
    352
    +    # the ansi-tests.  Clang seems to fail the ansi-tests WRITE.1,
    
    353
    +    # PRINT.1, and friends when cr_pow is used.
    
    354
    +    CONFIG: "x86_linux"
    
    353 355
     
    
    354 356
     ubuntu:test:
    
    355 357
       <<: *unit_test_configuration