Skip to content

Commit

Permalink
try build on ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 9, 2024
1 parent 1c9d10a commit 4ba5283
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
image: 'glibc2.31'
docker-platform: 'linux/riscv64'
docker-image-suffix: 'riscv64'
- comment: "no suffix glibc2.19 ppc64le"
target: ppc64le
lisp: 'sbcl-bin/2.0.0'
cc: 'cc -std=gnu99'
image: 'glibc2.19'
docker-platform: 'linux/ppc64le'
docker-image-suffix: 'ppc64le'
#with suffix below. x86-64
- suffix: -glibc2.31
target: x86-64
Expand Down Expand Up @@ -156,6 +163,35 @@ jobs:
image: 'musl1.2.5'
docker-platform: 'linux/riscv64'
docker-image-suffix: 'riscv64'
#with suffix below. ppc64le
- suffix: -glibc2.19
target: ppc64le
lisp: 'sbcl-bin/2.0.0'
cc: 'cc -std=gnu99'
image: 'glibc2.19'
docker-platform: 'linux/ppc64le'
docker-image-suffix: 'ppc64le'
- suffix: -glibc2.31
target: ppc64le
lisp: 'sbcl-bin/2.0.0'
image: 'glibc2.31'
docker-platform: 'linux/ppc64le'
docker-image-suffix: 'ppc64le'
- suffix: -musl
target: ppc64le
lisp: sbcl-bin/2.0.0
cc: cc
image: 'musl1.2.5'
docker-platform: 'linux/ppc64le'
docker-image-suffix: 'ppc64le'
- suffix: -static
target: ppc64le
clispldflags: '--static -static-libgcc -static-libstdc++ -static'
lisp: sbcl-bin/2.0.0
cc: cc
image: 'musl1.2.5'
docker-platform: 'linux/ppc64le'
docker-image-suffix: 'ppc64le'

environment: SET_VERSION

Expand Down

0 comments on commit 4ba5283

Please sign in to comment.