b4cbf8753d
disabled Werror, which fixes the build with OpenSSL 3 while still using deprecated functions Resolves: #1958038 Signed-off-by: Chris Leech <cleech@redhat.com>
21 lines
311 B
YAML
21 lines
311 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- make
|
|
- python3
|
|
- isns-utils
|
|
- openssl
|
|
tests:
|
|
- smoke:
|
|
dir: ./source/tests/
|
|
run: make tests-as-installed
|
|
|