diff --git a/.github/workflows/restore-test.sh b/.github/workflows/restore-test.sh index beccda7..6a16fbe 100755 --- a/.github/workflows/restore-test.sh +++ b/.github/workflows/restore-test.sh @@ -12,6 +12,7 @@ sudo apt install -y --no-install-recommends flex bison pkg-config libaudit-dev l pushd selinux ldconfig -p | grep sepol +which secilc # 3.2 and earlier have a warning fro stringop-truncation # 3.0 and earlier have multiple definitions of global variables, which fails to @@ -22,6 +23,8 @@ ldconfig -p | grep sepol sudo PREFIX=/usr/local make -j16 CFLAGS="-Wno-error=stringop-truncation -fcommon -pipe -fPIC" -C libsepol install sudo LIBRARY_PATH=/usr/local/lib make -j16 CFLAGS="-v" -C secilc install +which secilc + # https://nickb.dev/blog/azure-pipelines-for-rust-projects curl --proto '=https' -sSf https://sh.rustup.rs | sh -s -- -y export PATH="${PATH}:${HOME}/.cargo/bin"