Skip to content

Commit

Permalink
Merge pull request openucx#6441 from petro-rudenko/zp/rm-jucx-v1.10
Browse files Browse the repository at this point in the history
AZP: do not include libjucx into release packages. [v.1.10]
  • Loading branch information
yosefe authored Mar 4, 2021
2 parents b54f3b2 + ccc15bf commit 1700da1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildlib/az-distro-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
./autogen.sh
mkdir pkg-build
cd pkg-build
../contrib/configure-release --with-cuda
../contrib/configure-release --with-cuda --with-java=no
displayName: Configure
- bash: |
Expand Down
2 changes: 1 addition & 1 deletion buildlib/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stages:
- bash: |
set -eE
gcc --version
./contrib/configure-release
./contrib/configure-release --with-java=no
./contrib/buildrpm.sh -s -t -b
displayName: Build tarball
Expand Down
2 changes: 1 addition & 1 deletion debian/rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
dh $@

override_dh_auto_configure:
@top_top_srcdir@/contrib/configure-release --prefix=/usr --enable-examples
@top_top_srcdir@/contrib/configure-release --prefix=/usr --enable-examples --with-java=no
chmod +x debian/rules

override_dh_shlibdeps:
Expand Down

0 comments on commit 1700da1

Please sign in to comment.