Skip to content

Commit

Permalink
AZP: do not include libjucx into release packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
petro-rudenko committed Mar 3, 2021
1 parent e72bf40 commit 58ea6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildlib/az-distro-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 @@ -51,7 +51,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

0 comments on commit 58ea6a5

Please sign in to comment.