Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! test
Browse files Browse the repository at this point in the history
  • Loading branch information
dburgener committed Apr 19, 2024
1 parent a311e0b commit 0c8a2d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/restore-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 0c8a2d5

Please sign in to comment.