Skip to content

Commit

Permalink
fix broken
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Dec 7, 2024
1 parent 64e77e3 commit 6a224b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- {suffix: '-musl1.2.4',target: x86,docker-platform: linux/386,docker-build-options: '--build-arg WRAPPER=linux32',docker-image-suffix: 'x86' }
- {suffix: '-musl1.2.2',target: x86,docker-platform: linux/386,docker-build-options: '--build-arg WRAPPER=linux32',docker-image-suffix: 'x86' }
- {suffix: '-musl1.1' ,target: x86,docker-platform: linux/386,docker-build-options: '--build-arg WRAPPER=linux32',docker-image-suffix: 'x86' }
- {target: ppc64le,suffix: '-musl' }
- {target: ppc64le,suffix: '-musl1.2.4' }
- {target: ppc64le,suffix: '-musl1.2.2' }
environment: SET_VERSION

steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ patch-sbcl:
cd sbcl;git apply ../tools-for-build/patch/$(SBCL_PATCH);git diff

diff:
diff -ur --exclude=.git --exclude=.env --exclude=table.md --exclude=web.ros ../sbcl_bin ../sbcl_head
cd ..;diff -ur --exclude=.git --exclude=.env --exclude=table.md --exclude=web.ros --exclude=sbcl --exclude=version sbcl_bin sbcl_head

0 comments on commit 6a224b2

Please sign in to comment.