Skip to content

Commit

Permalink
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 465c594 commit a311e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/restore-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ldconfig -p | grep sepol
# for our purposes compiling the older versions, we can just allow the behavior
# with -fcommon
sudo PREFIX=/usr/local make -j16 CFLAGS="-Wno-error=stringop-truncation -fcommon -pipe -fPIC" -C libsepol install
sudo LIBRARY_PATH=/usr/local make -j16 CFLAGS="-v" -C secilc install
sudo LIBRARY_PATH=/usr/local/lib make -j16 CFLAGS="-v" -C secilc install

# https://nickb.dev/blog/azure-pipelines-for-rust-projects
curl --proto '=https' -sSf https://sh.rustup.rs | sh -s -- -y
Expand Down

0 comments on commit a311e0b

Please sign in to comment.