From 397c5328a93d186e22575eab8771eab866422c10 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sun, 25 Feb 2024 13:55:01 +0000 Subject: [PATCH] Disabled test for allegro. --- .github/workflows/tests.yml | 5 +++-- docs.lisp | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 276be53..88a80e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,8 +32,6 @@ jobs: lisp: clisp-head - os: ubuntu-latest lisp: ecl - - os: ubuntu-latest - lisp: allegro - os: ubuntu-latest lisp: abcl-bin - os: ubuntu-latest @@ -41,6 +39,9 @@ jobs: - os: ubuntu-latest lisp: cmu-bin + # See issue: https://github.com/40ants/setup-lisp/issues/22 + # - os: ubuntu-latest + # lisp: allegro # See issue: https://github.com/40ants/setup-lisp/issues/15 # - os: ubuntu-latest # lisp: clisp diff --git a/docs.lisp b/docs.lisp index d3e589c..5f2e74c 100644 --- a/docs.lisp +++ b/docs.lisp @@ -93,7 +93,7 @@ when trying to call `ros` or `qlot` scripts: | **Implementation** | **Supported** | |--------------------|------------------------------------------------------| | abcl-bin | ✅ | -| allegro | ✅ (sometimes fails because of \"expired-license\") | +| allegro | [❌](https://github.com/40ants/setup-lisp/issues/22) | | ccl-bin | ✅ | | clasp | [❌](https://github.com/40ants/setup-lisp/issues/16) | | clasp-bin | ✅ |