c6988765a8
Fix the problems with getting the URL of the curl SRPM Fix how the parallel compilation is being set after https://github.com/rpm-software-management/rpm/issues/2343 which broke the previous code
13 lines
214 B
YAML
13 lines
214 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: ./test-brotli-with-curl.sh
|
|
required_packages:
|
|
- curl
|
|
- rpmdevtools
|