Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: use maven 3.6 --no-transfer-progress #340

Merged
merged 1 commit into from
May 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .automation/build-srpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ MILESTONE=master
# GH RPM builds will be used only for OST so Firefox and Chrome are enough
# GWT build memory needs to be limited
EXTRA_BUILD_FLAGS=""
EXTRA_BUILD_FLAGS="${EXTRA_BUILD_FLAGS} --no-transfer-progress"
EXTRA_BUILD_FLAGS="${EXTRA_BUILD_FLAGS} -Dgwt.userAgent=gecko1_8,safari"
EXTRA_BUILD_FLAGS="${EXTRA_BUILD_FLAGS} -Dgwt.compiler.localWorkers=1"
EXTRA_BUILD_FLAGS="${EXTRA_BUILD_FLAGS} -Dgwt.jvmArgs='-Xms1G -Xmx3G'"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# Configure CS8 repositories
dnf config-manager --enable powertools
dnf module enable -y pki-deps javapackages-tools
dnf module enable -y pki-deps javapackages-tools maven:3.6

- name: Prepare CentOS Stream 9 environment
if: ${{ matrix.shortcut == 'cs9' }}
Expand Down
2 changes: 1 addition & 1 deletion ovirt-engine.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ BuildArch: noarch
BuildRequires: perl
%else
BuildRequires: assertj-core >= 2.2.0
BuildRequires: maven >= 3.5.0
BuildRequires: maven >= 3.6.0
BuildRequires: maven-enforcer-plugin
%endif

Expand Down