Skip to content

Commit

Permalink
Update build-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrme authored Apr 23, 2024
1 parent e159bb8 commit 3ddb1c8
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,14 @@ jobs:
- name: Rebuild CCL
run: |
cd ccl
git describe
./lx86cl64 --batch -e '(progn
(print (ccl::ccl-directory))
(print (ccl::local-git-revision)))' </dev/null
./lx86cl64 --batch --quiet -n -e '(rebuild-ccl :clean t)' </dev/null
# see if it works to start up the just-compiled lisp
# Now see if it works to start up the just-compiled lisp.
# Note that "git describe" doesn't work in a shallow clone
# (because we don't have any tags), so we don't expect to see the
# usual version like "Version 1.12.2 (v1.12.2-27-gae44c6ad)" in the
# welcome banner.
./lx86cl64 --batch -n </dev/null
- name: Bail out
run: exit 1

- name: Check out tests
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3ddb1c8

Please sign in to comment.