Skip to content

Commit bab97db

Browse files
committed
tests.yml: Remove unnecessary CFLAGS sed.
No longer necessary since -Werror is no longer used. Signed-off-by: Chris PeBenito <[email protected]>
1 parent 0003338 commit bab97db

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ jobs:
8080
make CFLAGS="-O2 -pipe -fPIC -Wall -I${SEPOL_SRC}/include" LDFLAGS="-L${SEPOL_SRC}/src" -C ${SELINUX_SRC}
8181
make CFLAGS="-O2 -pipe -fPIC -Wall -I${SEPOL_SRC}/include" -C ${CHECKPOLICY_SRC}
8282
83-
- name: Set up setools for CI build
84-
run: |
85-
sed -i \
86-
-e "/Wwrite-strings/s/,/, '-Wno-maybe-uninitialized',/" \
87-
-e "s/-Wno-cast-function-type/-Wno-missing-include-dirs/" \
88-
setup.py
89-
9083
- name: Run test
9184
run: |
9285
export LD_LIBRARY_PATH="${SEPOL_SRC}/src:${SELINUX_SRC}/src:${LD_LIBRARY_PATH}"

0 commit comments

Comments
 (0)