Skip to content

Commit

Permalink
Release build
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 4, 2024
1 parent a042e5b commit aba1dc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/alpine/APKBUILD-minimal.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package() {
export LIQUIDSOAP_BUILD_TARGET=posix
eval "$(opam config env)"
export OCAMLPATH=$(cat ../.ocamlpath)
dune build @install
dune build @install --release
dune install --relocatable --prefix "${pkgdir}/usr"
rm -rf "${pkgdir}/usr/share/liquidsoap-lang/libs/extra"

Expand Down
2 changes: 1 addition & 1 deletion .github/alpine/APKBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package() {
export LIQUIDSOAP_BUILD_TARGET=posix
eval "$(opam config env)"
export OCAMLPATH=$(cat ../.ocamlpath)
dune build @install
dune build @install --release
dune install --relocatable --prefix "${pkgdir}/usr"

rm -rf "$pkgdir/usr/lib"
Expand Down
2 changes: 1 addition & 1 deletion .github/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ override_dh_auto_test:

override_dh_auto_install:
export LIQUIDSOAP_BUILD_TARGET=posix
dune build @install
dune build @install --release
dune install --relocatable --prefix $(DESTDIR)
mkdir -p $(DESTDIR)/share/liquidsoap
cp -rf `opam var share`/camomile $(DESTDIR)/share/liquidsoap
Expand Down
2 changes: 1 addition & 1 deletion .github/debian/rules-minimal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ override_dh_auto_test:

override_dh_auto_install:
export LIQUIDSOAP_BUILD_TARGET=posix
dune build @install
dune build @install --release
dune install --relocatable --prefix $(DESTDIR)
rm -rf $(DESTDIR)/share/liquidsoap-lang/libs/extra
mkdir -p $(DESTDIR)/share/liquidsoap
Expand Down

0 comments on commit aba1dc7

Please sign in to comment.