Skip to content

Commit

Permalink
ci/build-check: Don't make install
Browse files Browse the repository at this point in the history
We may be running unprivileged (e.g. Prow), and `make install` needs to
be a uid 0 task.
  • Loading branch information
cgwalters authored and openshift-merge-robot committed Feb 3, 2021
1 parent 61a50e3 commit 57978fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/build-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ export PATH="$HOME/.cargo/bin:$PATH"

${dn}/build.sh
make check
make install

0 comments on commit 57978fe

Please sign in to comment.