diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-09-29 14:40:34 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-09-29 15:04:24 +0200 |
commit | 6d74db7ef6fa52dcb4f08296083fb8f3c9f38961 (patch) | |
tree | 1fe7548286ed00e7df0ba53f84f6aacddea339dd /.packit.yml | |
parent | openssl-util: use EVP API to get RSA bits (diff) | |
download | systemd-6d74db7ef6fa52dcb4f08296083fb8f3c9f38961.tar.xz systemd-6d74db7ef6fa52dcb4f08296083fb8f3c9f38961.zip |
Revert "ci: temporarily set -Wno-deprecated-declarations in Packit"
This reverts commit af861917c5118cb9f1490f407d86f40fd5e01437.
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.packit.yml b/.packit.yml index 98b71fc15e..962c77913e 100644 --- a/.packit.yml +++ b/.packit.yml @@ -31,9 +31,6 @@ actions: # [0] https://github.com/mesonbuild/meson/issues/7360 # [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110 - 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec' - # FIXME: temporarily disable the deprecated-declarations check to suppress - # OpenSSL 3.0 warnings in Rawhide - - 'sed -i "1 i %global optflags %{optflags} -Wno-deprecated-declarations" .packit_rpm/systemd.spec' jobs: - job: copr_build |