Skip to content

Commit

Permalink
no suffix on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 8, 2024
1 parent 5950823 commit 1dcaffe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ jobs:
fail-fast: false
matrix:
include:
- nosuffix: -
target: x86-64
image: 'glibc2.19-sbcl2.0.0:1'
lisp: 'sbcl-bin/2.0.0'
cc: 'cc -std=gnu99'
- nosuffix: -
target: x86
image: 'glibc2.19-sbcl2.0.0:1'
lisp: sbcl-bin/2.0.0
cc: 'cc -m32 -std=gnu99'
# with suffix below.
- suffix: -glibc2.19
target: x86-64
image: 'glibc2.19-sbcl2.0.0:1'
Expand Down

0 comments on commit 1dcaffe

Please sign in to comment.