Skip to content

Commit

Permalink
Fix release compilation on openBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed May 17, 2018
1 parent 228437c commit a4cb3ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ remote: out/opam-full-$(VERSION).tar.gz
ssh "$(REMOTE)" "mkdir -p $(REMOTE_DIR)/out"
scp Makefile "$(REMOTE):$(REMOTE_DIR)/"
scp "$^" "$(REMOTE):$(REMOTE_DIR)/$^"
ssh "$(REMOTE)" 'sh -c "cd $(REMOTE_DIR) && $(REMOTE_MAKE) host TAG=$(TAG) VERSION=$(VERSION) OCAMLV=$(OCAMLV)"'
ssh "$(REMOTE)" 'sh -c "cd $(REMOTE_DIR) && ulimit -s 8192 && $(REMOTE_MAKE) host TAG=$(TAG) VERSION=$(VERSION) OCAMLV=$(OCAMLV)"'
scp "$(REMOTE):$(REMOTE_DIR)/out/opam-$(VERSION)*" out/
1 change: 1 addition & 0 deletions release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# remotes "some-osx" and "some-openbsd", with the corresponding OSes, ocaml deps
# installed

LC_ALL=C
DIR=$(dirname $0)
cd "$DIR"
if [[ $# -eq 0 || "x$1" =~ "x-" ]]; then
Expand Down
4 changes: 2 additions & 2 deletions src_ext/Makefile.sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ MD5_dose3 = e7d4b1840383c6732f29a47c08ba5650

$(call PKG_SAME,dose3)

URL_mccs = https://github.com/AltGr/ocaml-mccs/archive/1.1+6.tar.gz
MD5_mccs = 864333066431caf9ebe3a3e1dc4fb22e
URL_mccs = https://github.com/AltGr/ocaml-mccs/archive/1.1+7.tar.gz
MD5_mccs = 9a625017178dab2a661eb765c57b7c45

$(call PKG_SAME,mccs)

Expand Down

0 comments on commit a4cb3ec

Please sign in to comment.