Skip to content

Commit 2138cc1

Browse files
oech3oech3
authored andcommitted
CICD.yml: Check that our coreutils does not break system
1 parent 4a1b969 commit 2138cc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ jobs:
306306
run: |
307307
set -x
308308
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
309311
# Check that utils are built with given profile
310312
./target/release-fast/true
311313
# Check that the utils are present

0 commit comments

Comments
 (0)