We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0003338 commit bab97dbCopy full SHA for bab97db
.github/workflows/tests.yml
@@ -80,13 +80,6 @@ jobs:
80
make CFLAGS="-O2 -pipe -fPIC -Wall -I${SEPOL_SRC}/include" LDFLAGS="-L${SEPOL_SRC}/src" -C ${SELINUX_SRC}
81
make CFLAGS="-O2 -pipe -fPIC -Wall -I${SEPOL_SRC}/include" -C ${CHECKPOLICY_SRC}
82
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
-
90
- name: Run test
91
run: |
92
export LD_LIBRARY_PATH="${SEPOL_SRC}/src:${SELINUX_SRC}/src:${LD_LIBRARY_PATH}"
0 commit comments