Skip to content

Commit

Permalink
try fix clone zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 10, 2024
1 parent d151d1f commit 194887b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
brew install automake autoconf
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
ros install snmsts/sn.github roswell/sbcl_bin
make zstd
make -f Build zstd
bash -c "cd zstd/lib; sudo make PREFIX=/usr/local install-includes install-static clean"
rm -f /usr/local/lib/libzstd*.dylib /opt/homebrew/lib/libzstd*.dylib
- name: build & upload
Expand Down
4 changes: 4 additions & 0 deletions Build
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ SBCL_OPTIONS ?=--with-sb-core-compression
LISP_IMPL ?= ros -L sbcl-bin without-roswell=t --no-rc run
MAKEFILE_JUSTNAME := $(firstword $(MAKEFILE_LIST))
DOCKER_REPO ?= docker.pkg.github.com/roswell/sbcl_bin
ZSTD_BRANCH ?= v1.5.6

zstd:
git clone --depth 5 https://github.com/facebook/zstd --branch=$(ZSTD_BRANCH)

compile: show
@[ -n "$(VERSION)" ] || (echo version should be set; false)
Expand Down

0 comments on commit 194887b

Please sign in to comment.