Skip to content

Commit

Permalink
Revert "ci: allow deprecated functions during build"
Browse files Browse the repository at this point in the history
This reverts commit ef014b8.
  • Loading branch information
alexey-tikhonov committed Sep 25, 2024
1 parent 19fde46 commit 40c74d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
working-directory: x86_64
run: |
source ../contrib/fedora/bashrc_sssd
make CFLAGS+="$SSS_WARNINGS -Werror -Wno-error=deprecated-declarations"
make CFLAGS+="$SSS_WARNINGS -Werror"
- name: make check
shell: bash
working-directory: x86_64
run: |
source ../contrib/fedora/bashrc_sssd
make CFLAGS+="$SSS_WARNINGS -Werror -Wno-error=deprecated-declarations" check
make CFLAGS+="$SSS_WARNINGS -Werror" check
- name: make distcheck
shell: bash
Expand Down

0 comments on commit 40c74d8

Please sign in to comment.