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 8ec02e7 commit abf853aCopy full SHA for abf853a
.github/workflows/CICD.yml
@@ -306,6 +306,8 @@ jobs:
306
run: |
307
set -x
308
DESTDIR=/tmp/ make PROFILE=release-fast COMPLETIONS=n MANPAGES=n LOCALES=n install
309
+ # Check that our binary does not break system
310
+ sudo -E make PREFIX=/usr PROFILE=release-fast COMPLETIONS=n MANPAGES=n LOCALES=n install
311
# Check that utils are built with given profile
312
./target/release-fast/true
313
# Check that the utils are present
0 commit comments